Share via


Window.Width Property

InfoPath Developer Reference

A read/write property of type long integer that specifies the width of the window represented by the Window object, measured in points. Read/write

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.Width

expression   An expression that returns a Window object.

Return Value
Long

Remarks

The Width property will return an error if it is set on a window that is minimized or maximized.

The Width property can't be set to a value that is larger than the value returned by the UsableWidth property.

Security Level 3: Can be accessed only by fully trusted forms.

See Also