RibbonControl.ApplicationButtonSuperTip Property
Gets or sets a SuperToolTip for the Application Button.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v22.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 Tooltips for more information.