Table of Contents

Property ModalPopups

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ModalPopups

Gets or sets whether popups are shown using ShowModal() (true) or Show() (false).

public static bool ModalPopups { get; set; }

Property Value

bool

Remarks

Under Linux popups are always shown as modal dialogs.