System.Windows.Forms 1.0.5000.0 2.0.0.0 System.Enum System.Flags This enumeration is used by members such as the constructor for . 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 for this example would be and . Specifies the state of the user interface. Field System.Windows.Forms.UICues The state of the focus cues and keyboard cues has changed. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.UICues The state of the focus cues has changed. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.UICues The state of the keyboard cues has changed. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.UICues No change was made. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.UICues Focus rectangles are displayed after the change. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.UICues Keyboard cues are underlined after the change. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.UICues Focus rectangles are displayed and keyboard cues are underlined after the change. 1.0.5000.0 2.0.0.0