ItemsCount property (LEADDlgImage Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT ItemsCount

Delphi Syntax

ItemsCount: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the number of bitmaps included in the image picker associated with the AddBorder or the AddFrame dialog box.

You have to set this property to the number of elements you want to pass to the AddBorder or the AddFrame dialog boxes before you set any other item properties (ItemBitmap property, ItemDescription property, or ItemFileName property).

Setting this property to 0 will clear the old ItemBitmap property, ItemDescription property and ItemFileName property settings.

See Also

Elements:

ShowAddBorderDlg method, ShowAddFrameDlg method.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events