Click or drag to resize

WindowOptionsAlwaysOnTop Property

The AlwaysOnTop property represents a flag to always position the window at the top of the window stack.

Default: false

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

Property Value

Type: Boolean
The AlwaysOnTop property gets/sets the value of the underlying JObject field, "alwaysOnTop".
See Also