| KiXforms Class Library |
Left Property |
Gets or sets the x-coordinate of the object's left edge.
Left [ = Long ]
The x-coordinate of the control's left edge, in pixels.
$Form.Left = 100
To override the default location of a Form when it displays for the first time, set the StartPosition property of the form to FormStartPosition.Manual. For example:
$Form.Left = 10 $Form.Top = 10 $Form.StartPosition = $System.FormStartPosition.Manual
| The CHM file was converted to HTML by chm2web software. |