ItemDescription property (LEADDlgImage Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

AnsiString ItemDescription[L_UINT uIndex]

Delphi Syntax

ItemDescription [uIndex: L_UINT ]: String

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets an array of strings that contains the text to be used as a tool tip for each image in the image picker when the mouse hovers over it in the AddBorder and the AddFrame dialog boxes.

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