window class : Normalize() method

Description

Brings the window to its normal state.

Syntax

instance.Normalize()

Arguments

None.

Return value

None.

Sample code

1:

window w = new window();

2:

w.Normalize();

Notes

None.

Links for reference

None.

Copyright © Cooker All rights reserved.