ItemBitmap property (LEADDlgImage Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

TBitmapHandle ItemBitmap [L_UINT uIndex ]

Delphi Syntax

ItemFileName [uIndex: L_UINT ]: TBitmapHandle

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets an array of bitmaps to be used in the image picker in the AddBorder and the AddFrame dialog boxes.

For each bitmap in the ItemBitmap property, the name of the file that contains the bitmap can be found in the ItemFileName property, at the same index. In addition, the ItemDescription property contains a description pertaining to the corresponding bitmap in the ItemBitmap property.

You have to set the ItemsCount property before using this property.

See Also

Elements:

ShowAddBorderDlg method, ShowAddFrameDlg method

Topics:

Imaging Common Dialogs: Properties, Methods, and Events