Applies to:
Panel
Description:
Repositions
the Panel object on the screen to the position specified in the parameter.
The parameter specifies the offset of the top left pixel of the Panel
and the top left corner of the user screen.
Parameter: left position and top position
in pixels, seen from the top left corner of the screen (the 0,0 position).
Parameter format: top position (integer),left
position (integer)
Example parameter: 100,80
(positions the Panel 100 pixels below the top left corner and 80 pixels
right of the top left corner of the screen).
|