Back to Devexpress

RibbonControl.ApplicationButtonSuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-ab4d730d.md

latest2.3 KB
Original Source

RibbonControl.ApplicationButtonSuperTip Property

Gets or sets a SuperToolTip for the Application Button.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
[SkipRuntimeSerialization]
public virtual SuperToolTip ApplicationButtonSuperTip { get; set; }
vb
<DXCategory("Appearance")>
<SkipRuntimeSerialization>
Public Overridable Property ApplicationButtonSuperTip As SuperToolTip

Property Value

TypeDescription
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

ToolTipController

Application Button

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace