Click or drag to resize

Utils Class

Will Invoke the action on the UI thread.
Inheritance Hierarchy
SystemObject
  Openfin.WPFUtils

Namespace:  Openfin.WPF
Assembly:  Openfin.WPF (in Openfin.WPF.dll) Version: 17.4.0
Syntax
C#
public static class Utils

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