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
Public Enumeration WindowState
'Usage
Dim instance As WindowState
public enum WindowState

Members

Member name Description
Maximized The window is maximized.
Normal The window is not maximized or minimized.
Minimized The window is 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 InfoPath Filler.

See also

Reference

Microsoft.Office.InfoPath namespace