WindowState Property (IMoveable)

Class

IMoveable.

Action

Gets the state of a window. Values include: 1=minimized, 2=maximized, 3=restored.

Syntax

C#
protected Integer WindowState { get; }
VB
'Declaration
Protected Read Property WindowState As Integer

Access

Read only.