Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

LILSELOPTION

Show in webframe

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

The LILSELOPTION structure contains information about selection options.

Member

Description

uStructSize

Size of the structure. Use the sizeof(LILSELOPTION) macro 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

 

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.

Comments

This structure is used by the LImageListControl::GetSelectionOptions and LImageListControl::SetSelectionOptions functions.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.