SelectionStyle property (ILEADRasterImgList)
ImageListSelectionStyleConstants SelectionStyle | |
Overview |
Refer to Using the Image List Control. |
Remarks
(Persistent property, available at design time) Specifies the style used to display items that have the selected attribute.
Setting |
Description |
IMGLST_SELECTIONSTYLE_SELECTCOLOR |
show selected items using the SelectionColor |
IMGLST_SELECTIONSTYLE_PRESSEDBUTTON |
show selected items as pressed buttons |
IMGLST_SELECTIONSTYLE_USERBITMAP |
show selected items using a user-defined bitmap. |
The default setting is IMGLST_SELECTIONSTYLE_SELECTCOLOR.
See Also