A newer version of this page is available.
Switch to the current version.
AppMenuFileLabel.SelectedImageToolTipIconType Property
Gets or sets the type of the tooltip icon to display in a regular tooltip for a check button, when the button in the checked state.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
[DXCategory("ToolTip")]
[DefaultValue(ToolTipIconType.None)]
public virtual ToolTipIconType SelectedImageToolTipIconType { get; set; }
<DXCategory("ToolTip")>
<DefaultValue(ToolTipIconType.None)>
Public Overridable Property SelectedImageToolTipIconType As ToolTipIconType
Property Value
Type | Default | Description |
---|---|---|
ToolTipIconType | None |
A ToolTipIconType enumeration value. |
Remarks
The SelectedImageToolTipIconType property works together with the AppMenuFileLabel.SelectedImageToolTip property. See this link to learn more.
See Also
Feedback