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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue("")]
[DXCategory("ToolTip")]
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 Also