Click or drag to resize

Utils Methods

The Utils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInvokeOnUiThreadIfRequired
Will Invoke the action on the UI thread.
Public methodStatic memberIsAlt
Checks if the given KeyEventArgs value includes the left or right Alt key.
Public methodStatic memberIsControl
Checks if the given KeyEventArgs value includes the left or right Control key.
Public methodStatic memberIsShift
Checks if the given KeyEventArgs value includes the left or right Shift key.
Public methodStatic memberToKeyCode
Converts a WPF Key value into its equivalent WinForms key code.
Top
See Also