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

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.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

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