browser class : Height(int) setter
Description
Sets the height of the browser.
Syntax
instance.Height = value;
Assigned value
Class | Description |
int | The height of the browser. |
Return value
None.
Sample code
1: | browser b; // Main-browser |
2: | b.Height = 800; |
Notes
Please specify in device independent pixel (DIP).
The height of the window is changed so that the height of the browser becomes the specified value.
Links for reference
None.