WindowState Enumeration

Specifies the state of the InfoPath application window that is represented by a Window object.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
'Usage

Members

  Member name Description
Maximized The window is maximized. 
Minimized The window is minimized. 
Normal The window is not maximized or minimized. 

Remarks

These enumerated values are returned or set by the WindowState property of the Window object.

This type or member can be accessed only from code running in forms opened in Microsoft Office InfoPath 2007.

See Also

Reference

Microsoft.Office.InfoPath Namespace