LILSELOPTION

Summary

The LILSELOPTION structure contains information about selection options.

Syntax

typedef struct _LILSELOPTION 
{ 
   L_UINT uStructSize; 
   L_UINT uAllowSelection; 
   L_UINT uSelectionStyle; 
   COLORREF crSelection; 
} LILSELOPTION, * pLILSELOPTION; 

Members

uStructSize

Size of the structure. Use sizeof(LILSELOPTION) to calculate this value.

uAllowSelection

Item selection state. Possible values are:

Value Meaning
ALLOWSELECTION_NONE [0] no automatic item selection
ALLOWSELECTION_SINGLE [1] automatic selection of single items
ALLOWSELECTION_MULTI [2] automatic selection of multiple items
ALLOWSELECTION_RUBBERBAND [3] enable rubberband selection of items

uSelectionStyle

Style used for displaying selected items. Possible values are:

Value Meaning
SELECTIONSTYLE_SELECTCOLOR 0
SELECTIONSTYLE_PRESSEDBUTTON 1
SELECTIONSTYLE_USERBITMAP 2

crSelection

The selection color.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.