Modal Property (AWTDialog)

Class

AWTDialog.

Action

Gets whether the dialog is modal.

Syntax

C#
protected Boolean Modal { get; }
VB
'Declaration
Protected Read Property Modal As Boolean

Access

Read only.

Examples

VB

Dim isModal As Boolean = optionsDialog.Modal