Window.Height Property

InfoPath Developer Reference

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

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.Height

expression   An expression that returns a Window object.

Return Value
Long

Remarks

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

This property can't be set to a value that is larger than the value returned by the UsableHeight property.

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

See Also