| KiXforms Class Library |
Top Property |
Gets or sets the y-coordinate of the object's top edge.
Top [ = Long ]
The y-coordinate of the control's top edge, in pixels.
$Form.Top = 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. |