Utils Class |
Namespace: Openfin.WPF
public static class Utils
The Utils type exposes the following members.
| Name | Description | |
|---|---|---|
| InvokeOnUiThreadIfRequired |
Will Invoke the action on the UI thread.
| |
| IsAlt |
Checks if the given KeyEventArgs value includes the left or right Alt key.
| |
| IsControl |
Checks if the given KeyEventArgs value includes the left or right Control key.
| |
| IsShift |
Checks if the given KeyEventArgs value includes the left or right Shift key.
| |
| ToKeyCode |
Converts a WPF Key value into its equivalent WinForms key code.
|