GetState Function (MoveableWin)

Class

MoveableWin.

Action

Returns the state of the window.

Syntax

wState = window.GetState( )
Variable Description
wState The state of the window. WINSTATE.

Notes

GetState returns a WINSTATE specifying the state of the pagelist, which can have the following values:
  • WS_NORMAL
  • WS_MAXIMIZED
  • WS_MINIMIZED

Example

WINSTATE wState
TextEditor.Restore()
wState = TextEditor.GetState()