Edit

Share via


Window2.WindowState Property

Definition

Gets or sets the state of the window represented by the WindowObject object.

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::XdWindowState WindowState { Microsoft::Office::Interop::InfoPath::SemiTrust::XdWindowState get(); void set(Microsoft::Office::Interop::InfoPath::SemiTrust::XdWindowState value); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.XdWindowState WindowState { get; set; }
member this.WindowState : Microsoft.Office.Interop.InfoPath.SemiTrust.XdWindowState with get, set
Public Property WindowState As XdWindowState

Property Value

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.

Applies to