SelectionStyle property (ILEADRasterImgList)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

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

Elements

ExportBitmapList method, ExportedBitmapList property, ImportBitmapList method, SortExt method, AllowSelection property, SelectionColor property, ItemSelected event, Item property, SelectAll method, HitTest method

Topics

Raster Images: Displaying Images