RibbonControl.KeyTipManager Property
Gets the key tip manager.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
[Browsable(false)]
[SkipRuntimeSerialization]
public virtual RibbonKeyTipManager KeyTipManager { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.Ribbon.RibbonKeyTipManager | A DevExpress.XtraBars.Ribbon.RibbonKeyTipManager object that represents the key tip manager. |
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