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