Resizable Property (AWTFrame)

Class

AWTFrame.

Action

Gets whether the frame 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 = frameWindow.Resizable