Previous Topic: WidthNext Topic: WorkPath


WindowState

Gets or sets the state of a window.

Syntax

object.WindowState [=state]

Parameters

object

An expression that evaluates to the Toolset object.

state

An Enumeration of type TS_WINDOWSTATE that sets the state of the window. Possible values are:

TS_WINDOWSTATE_MAXIMIZED - Maximizes the window.

TS_WINDOWSTATE_MINIMIZED - Minimizes the window.

TS_WINDOWSTATE_NORMAL - Makes the window a MDI child window.