TcxHintStyle.IconType Property
Specifies which icon is displayed within hints.
Declaration
property IconType: TcxHintIconType read; write; default cxhiNone;
Property Value
Type | Default |
---|---|
TcxHintIconType | cxhiNone |
Remarks
Use the IconType property to specify the icon to be displayed within hints. The following values are available for this property:
Value | Meaning | Examples (for Windows XP) |
---|---|---|
cxhiNone | No icon is displayed. | |
cxhiApplication | The application icon is displayed. | |
cxhiInformation | The information icon is displayed. | |
cxhiWarning | The warning icon is displayed. | |
cxhiError | The error icon is displayed. | |
cxhiQuestion | The question icon is displayed. | |
cxhiWinLogo | The Windows logo icon is displayed. | |
cxhiCurrentApplication | The current application’s icon is displayed. | |
cxhiCustom | The displayed icon is specified by the Icon property. |
The size of displayed icons can be changed using the IconSize property.
The default value of the IconType property is cxhiNone.
See Also