Window2.Width property

Gets or sets the width 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 Width As Integer
    Get
    Set
'Usage
Dim instance As Window2
Dim value As Integer

value = instance.Width

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

Property value

Type: System.Int32

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.

See also

Reference

Window2 interface

Window2 members

Microsoft.Office.Interop.InfoPath namespace