WindowState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the state of the InfoPath application window that is represented by a Window object.
public enum class WindowState
public enum WindowState
type WindowState =
Public Enum WindowState
- Inheritance
-
WindowState
Fields
Name | Value | Description |
---|---|---|
Maximized | 0 | The window is maximized. |
Normal | 1 | The window is not maximized or minimized. |
Minimized | 2 | 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.