Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonControl.ApplicationButtonSuperTip Property

Gets or sets a SuperToolTip for the Application Button.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.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