UICuesEventArgs Class
Provides data for the ChangeUICues event.
For a list of all members of this type, see UICuesEventArgs Members.
System.Object
System.EventArgs
System.Windows.Forms.UICuesEventArgs
[Visual Basic] Public Class UICuesEventArgs Inherits EventArgs [C#] public class UICuesEventArgs : EventArgs [C++] public __gc class UICuesEventArgs : public EventArgs [JScript] public class UICuesEventArgs extends EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
A UICuesEventArgs specifies which user interface feature changed and its new value.
The ChangeUICues event occurs when the user interface changes by showing or hiding focus indicators or keyboard cues. This is usually when the user presses the TAB, ALT, or F10 keys.
For information about the event model, see Events and Delegates.
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
UICuesEventArgs Members | System.Windows.Forms Namespace | ChangeUICues