ItemDescription property (LEADDlgFile Control)
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 a string that contains the text to be use as a tool tip for each image in the image picker when the mouse hovers over it in the PrintStitchedImages dialog box.
You have to set the ItemsCount property before using this property.
See Also