ItemBitmap Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

long ItemBitmap (short iIndex);

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets an array of bitmaps to be usein 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 start using this property.

See Also

Elements

ShowAddBorderDlg method, ShowAddFrameDlg method