windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-8460028c.md
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override ToolTipIconType ToolTipIconType { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property ToolTipIconType As ToolTipIconType
| Type |
|---|
| ToolTipIconType |
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.
| | WindLogo |
A tooltip contains the Windows logo icon.
| | None |
A tooltip contains no predefined icon.
|
See Also