Back to Devexpress

AppMenuFileLabel.SelectedImageSuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-appmenufilelabel-a13d650c.md

latest1.8 KB
Original Source

AppMenuFileLabel.SelectedImageSuperTip Property

Gets or sets a SuperToolTip for a check button, displayed when the button is in the checked state.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("ToolTip")]
public virtual SuperToolTip SelectedImageSuperTip { get; set; }
vb
<DXCategory("ToolTip")>
Public Overridable Property SelectedImageSuperTip As SuperToolTip

Property Value

TypeDescription
SuperToolTip

A SuperToolTip object.

|

Remarks

The tooltip specified by the SelectedImageSuperTip property is displayed for a check button, when the button is in the checked state. The AppMenuFileLabel.ImageSuperTip property specifies the tooltip displayed when the button is in the unchecked state.

See Also

ImageOptionsCollection

AppMenuFileLabel Class

AppMenuFileLabel Members

DevExpress.XtraBars.Ribbon Namespace