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