Property ModalPopups
ModalPopups
Gets or sets whether popups are shown using ShowModal() (true) or Show() (false).
public static bool ModalPopups { get; set; }
Property Value
Remarks
Under Linux popups are always shown as modal dialogs.
Gets or sets whether popups are shown using ShowModal() (true) or Show() (false).
public static bool ModalPopups { get; set; }
Under Linux popups are always shown as modal dialogs.