IModelToolTipOptions.ToolTipIconType Property
Specifies the tooltip icon. Has effect in Windows Forms applications only.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[DefaultValue(ToolTipIconType.None)]
ToolTipIconType ToolTipIconType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tool |
None | A Tool |
Available values:
Name | Description |
---|---|
Application | A tooltip contains the default application icon. |
Asterisk | A tooltip contains the system asterisk icon. |
Error | A tooltip contains the system error icon. |
Exclamation | A tooltip contains the system exclamation icon. |
Hand | A tooltip contains the system hand icon. |
Information | A tooltip contains the system information icon. |
Question | A tooltip contains the system question icon. |
Warning | A tooltip contains the system warning icon. |
Wind |
A tooltip contains the Windows logo icon. |
None | A tooltip contains no predefined icon. |
#Remarks
For details, refer to the ToolTipAttribute class description.