BitmapIndex property (LEADDlgImage Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT BitmapIndex

Delphi Syntax

BitmapIndex: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the index of bitmap to use.

This property is associated with the following dialog boxes:

AddBorder dialog box

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

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

Topics:

Imaging Common Dialogs: Properties, Methods, and Events