Resizable Property (AWTDialog)

Class

AWTDialog.

Action

Gets whether the dialog is resizable by the user.

Syntax

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

Access

Read only.

Examples

VB

Dim isResizable As Boolean = optionsDialog.Resizable