Programming with Reflection

image\rwnprg32.gif Left property

 

Syntax

object.Left
object.Left = Value

Data type

Long

 

Description

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

Values

The default is 0.

The range of values varies depending on your monitor.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property