Enum RadMenu.RadMenuState
This enumerator describes the states RadMenucan jump into when processing mnemonics.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum RadMenuState
CuesVisible
When the menu is in this state, that means that Mnemonics are visible.
CuesVisibleKeyboardActive
When the menu is in this state, that means it listens for keyboard input and can process mnemonics.
KeyboardActive
When the menu is in this state, that means it can process keyboard input not associated with mnemonics. This can be navigation input for instance.
NotActive
When the menu is in this state, that means it will not process mnemonics.