RibbonControl.KeyTipManager Property
In This Article
Gets the key tip manager.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[SkipRuntimeSerialization]
public virtual RibbonKeyTipManager KeyTipManager { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
Key Tips are controlled by the key tip manager. The DevExpress.XtraBars.Ribbon.RibbonKeyTipManager class provides properties and methods that offer you total control over the behavior and content of key tips. For example, use the ActivateKeyTips and HideKeyTips methods to display and hide key tips in code, respectively.
See Also