ItemBitmap Property (ILEADRasterDlgClr)

Visual Basic example

Visual C++ example

 

Syntax

long ItemBitmap (long lIndex);

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 have to 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, SelectedBitmapsCount property