Share via


Window2.Height Property

Gets or sets the height of the window represented by the WindowObject object, measured in points.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Property Height As Integer
    Get
    Set
'Usage
Dim instance As Window2
Dim value As Integer

value = instance.Height

instance.Height = value
int Height { get; set; }

Property Value

Type: System.Int32

Remarks

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

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

See Also

Reference

Window2 Interface

Window2 Members

Microsoft.Office.Interop.InfoPath Namespace