Click or drag to resize

WindowOptionsState Property

The State property represents a string that sets the window to be "minimized", "maximized", or "normal" on creation.

Default: "normal"

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public string State { get; set; }

Property Value

Type: String
The State property gets/sets the value of the underlying JObject field, "state".
See Also