WindowState Enumeration (Microsoft.Office.InfoPath)
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. | |
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.