Property dialog.Topmost
Overload
Makes the dialog window topmost or non-topmost.
If true
, will set topmost style when creating the dialog. If false
, will not set.
If null
(default), the dialog will be topmost if both these are true: no owner window, dialog.options.topmostIfNoOwnerWindow is true
(default).
public bool? Topmost { get; set; }
Property Value
bool? |