Skip to main content

RibbonControl.ApplicationButtonSuperTip Property

Gets or sets a SuperToolTip for the Application Button.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
[SkipRuntimeSerialization]
public virtual SuperToolTip ApplicationButtonSuperTip { get; set; }

Property Value

Type Description
SuperToolTip

A SuperToolTip assigned to the application button.

Remarks

Use the ApplicationButtonSuperTip property to assign a SuperToolTip to the Application Button.

By default, tooltips are managed by the DefaultToolTipController. To use a specific ToolTipController for tooltip management, use the RibbonControl.ToolTipController property.

See Hints and Tooltips for more information.

See Also