Skip to main content
A newer version of this page is available. .

AppMenuFileLabel.SelectedImageToolTip Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("ToolTip")]
[DefaultValue("")]
public virtual string SelectedImageToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies a regular tooltip for a check button.

Remarks

The tooltip specified by the SelectedImageToolTip property is displayed for a check button, when the button is in the checked state. The AppMenuFileLabel.ImageToolTip property specifies the tooltip displayed when the button is in the unchecked state. See this link to learn more.

See Also