Programming with Reflection
Top property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the location of the top terminal window margin (in number of pixels from the top margin of the screen). Note: The top margin can also be set by using the SetWindowPos method. Both of the following statements set the top window margin to 20:
Session.Top = 20
Session.SetWindowPos 0, 20, 600, 400
The default is 0.
The range of values varies depending on your monitor.