Programming with Reflection
Height property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the height (in pixels) of the terminal window. Reflection may adjust the height you specify for your terminal window to accommodate your monitor's size and resolution. Note: The height can also be set by using the SetWindowPos method. Both of the following statements set the height to 400:
Session.Height = 400
Session.SetWindowPos 0, 0, 600, 400
The default value and the range of values vary depending on your monitor.