Used to determine which operating system icon is displayed with the dialog. Set to tdiCustom to specify your own icon.
TTaskDialogIcon = ( tdiNone, tdiWarning, tdiError, tdiInformation, tdiConfirmation, tdiCustom, tdiShield );
JSDialogs
Members |
Description |
tdiNone |
No icon is to be displayed. |
tdiWarning |
Display the operating systems warning icon. |
tdiError |
Display the operating systems error icon. |
tdiInformation |
Display the operating systems information icon. |
tdiConfirmation |
Display the operating systems confirmation icon. |
tdiCustom |
Display a user defined icon. Define the icon to use in the Glyph property of TJSDialog. |
tdiShield |
Display the operating systems shield icon. For non Microsoft Windows Vista systems the shield icons are stored in a resource file. |
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|