A newer version of this page is available.
Switch to the current version.
AppMenuFileLabel.ImageToolTipTitle Property
Gets or sets the title of a regular tooltip displayed for a check button when the button is in the unchecked state.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
[DXCategory("ToolTip")]
[DefaultValue("")]
public virtual string ImageToolTipTitle { get; set; }
<DXCategory("ToolTip")>
<DefaultValue("")>
Public Overridable Property ImageToolTipTitle As String
Property Value
Type | Default | Description |
---|---|---|
String | A string that specifies a regular tooltip's title. |
Remarks
You can assign a regular tooltip to a check button via the AppMenuFileLabel.ImageToolTip property. The ImageToolTipTitle property allows you to include a title into the tooltip.
To learn more about tooltips for check buttons, see AppMenuFileLabel.ImageToolTip.
See Also
Feedback