Location

Gets or sets the coordinates of the upper-left corner of this object.

Syntax

Location [ = Point ] Location = Left, Top

Property Value

Point

A Point that represents the x-coordinate and y-coordinate of the control.

Left, Top

An array of two numbers specifying the left and top coordinates of the control.

Example

$Form.Location = 200, 200 $Form.Location = $System.Point(200, 200)




The CHM file was converted to HTML by chm2web software.