browser class : Left(int) setter
Description
Sets the position of the browser's left edge on the desktop screen.
Syntax
instance.Left = value;
Assigned value
Class | Description |
int | The position of the browser's left edge |
Return value
None.
Sample code
1: | browser b; // Main-browser |
2: | b.Left = 50; |
Notes
Please specify in device independent pixel (DIP).
The window is moved so that the browser's left edge becomes the specified value.
Links for reference
None.