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:
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).
|