ItemBitmap property (LEADDlgColor 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 the array of bitmaps that correspond to the entries in the "Available List" in the Halftone dialog box.

The file name for each bitmap in this property should be included in the ItemFileName property, at the same index. Any description associated with a bitmap in this property should be included in the ItemDescription property, at the same index.

You must set the ItemsCount property before using this property.

See Also

Elements:

ShowHalftoneDlg method, Angle property, Dimension property, HalftoneType property, ItemsCount property, ItemDescription property, ItemFileName property, SelectedBitmapList property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events