Edit

Share via


WindowState Enum

Definition

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.

Applies to