Back to Devexpress

RibbonControl.DeactivateKeyboardNavigation() Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-248786d6.md

latest1.2 KB
Original Source

RibbonControl.DeactivateKeyboardNavigation() Method

Hides key tips displayed if the ‘Alt’ key is pressed. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual void DeactivateKeyboardNavigation()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Sub DeactivateKeyboardNavigation

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace