Application.Width Property
Project Developer Reference |
Returns or sets the width in points of the main window in an Application object. Read/write Long.
Syntax
expression.Width
expression A variable that represents an Application object.
Return Value
Long
Remarks
A window changes its width by moving its right edge, leaving the left edge unaffected.
See Also