Share via


Window.WindowState Property

InfoPath Developer Reference

A read/write property of type XdWindowState that returns or sets the state of the window represented by the Window object. Read/write

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.WindowState

expression   An expression that returns a Window object.

Return Value
XdWindowState

Remarks

Security Level 2: 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.

See Also