XdWindowState enumeration

The XdWindowState enumeration is used to determine the state of the Microsoft InfoPath window that is represented by the WindowObject object.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Public Enumeration XdWindowState
'Usage
Dim instance As XdWindowState
public enum XdWindowState

Members

Member name Description
xdWindowStateMaximize The window is maximized.
xdWindowStateNormal The window is not maximized or minimized.
xdWindowStateMinimize The window is minimized.

Remarks

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

See also

Reference

Microsoft.Office.Interop.InfoPath.SemiTrust namespace