WindowWidth Property

Applies to:  Window object
See also:  WindowHeight, WindowTop, WindowLeft, ClientWidth, ClientHeight

Returns or sets the distance (in pixels) from the top edge of the screen to the window.

Syntax:

object.WindowWidth

The WindowWidth syntax has these parts:

Part Description
object The name of a Window object.

Remarks:

A window's width includes the width of the window's client area, plus 2 times the window's border width (if the window has a border).

Home Copyright and Disclaimer