RibbonControl.ApplicationButtonSuperTip Property
In This Article
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 |
---|---|
Super |
A Super |
#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