SelectedBitmapIndex Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

short SelectedBitmapIndex;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the index of the bitmap to use.

The SelectedBitmapIndex property is associated with the following dialog boxes:

The AddBorder dialog box:

In this case, it represents the index of a tile bitmap in the image picker.

The AddFrame dialog box:

In this case, it represents the index of a frame bitmap in the image picker.

This property value must be between 0 and ItemsCount property value -1.

When the dialog box closes, this property will be updated with the selected tile or frame image in the image picker.

See Also

Elements

ShowAddBorderDlg method, ShowAddFrameDlg method