System.Windows.Forms.UICues Enumeration

Specifies the state of the user interface.

Syntax

[System.Flags]
public enum UICues

Remarks

This enumeration is used by members such as the constructor for System.Windows.Forms.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 System.Windows.Forms.UICues for this example would be UICues.ShowKeyboard and UICues.ChangeKeyboard.

Members

Member NameDescription
Changed

The state of the focus cues and keyboard cues has changed.

ChangeFocus

The state of the focus cues has changed.

ChangeKeyboard

The state of the keyboard cues has changed.

None

No change was made.

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0