Window2.WindowState Property
Gets or sets the state of the window 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
Property WindowState As XdWindowState
Get
Set
'Usage
Dim instance As Window2
Dim value As XdWindowState
value = instance.WindowState
instance.WindowState = value
XdWindowState WindowState { get; set; }
Property Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.XdWindowState
Remarks
The WindowState property values are based on the XdWindowState enumeration.
The state of an inactive window cannot be set. Use the Activate method to activate a window prior to setting the window state.
Important
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.