Click or drag to resize

WindowStateType Enumeration

Indicates the state of the window

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public enum WindowStateType
Members
  Member nameValueDescription
Minimized0 The window in minimized
Normal1 The window is in normal state
Maximized2 The window is maximized
See Also