window class : CanResize getter

Description

Returns a value that indicates whether the window is resizable.

Syntax

instance.CanResize

Arguments

None.

Return value

ClassDescription
boolWhether the window is resizable.

Sample code

1:

window w = new window();

2:

bool resizable = w.CanResize;

Notes

Returns true if it is resizable. Otherwise, returns false.

The default value is true.

Links for reference

None.

Copyright © Cooker All rights reserved.