browser class : Height(real) setter
Description
Sets the height of the browser.
Syntax
instance.Height = value;
Assigned value
Class | Description |
real | The height of the browser. |
Return value
None.
Sample code
1: | browser b; // Main-browser |
2: | b.Height = 800.0; |
Notes
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.