A newer version of this page is available.
Switch to the current version.
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.1.dll
Declaration
[DXCategory("ToolTip")]
[DefaultValue("")]
public virtual string SelectedImageToolTip { get; set; }
<DXCategory("ToolTip")>
<DefaultValue("")>
Public Overridable Property SelectedImageToolTip As String
Property Value
Type | Default | Description |
---|---|---|
String | 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
Feedback