UICues Enumeration
Specifies the state of the user interface.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.FormsAssembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| ShowFocus | Focus rectangles are displayed after the change. | |
| ShowKeyboard | Keyboard cues are underlined after the change. | |
| Shown | Focus rectangles are displayed and keyboard cues are underlined after the change. | |
| ChangeFocus | The state of the focus cues has changed. | |
| ChangeKeyboard | The state of the keyboard cues has changed. | |
| Changed | The state of the focus cues and keyboard cues has changed. | |
| None | No change was made. |
This enumeration is used by members such as the constructor for UICuesEventArgs.
This enumeration is used to specify which user interface cues will be displayed or changed. For example, when the user presses the ALT key, the keyboard shortcuts on the menu are displayed by underlining the appropriate character. The bitwise combination of UICues for this example would be ShowKeyboard and ChangeKeyboard.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.