Programming with Reflection

image\rwnprg32.gif CursorColumn property

 

Syntax

object.CursorColumn

Data type

Long

 

Description

Returns the current cursor column location relative to the left edge of the terminal window. CursorRow returns the row location.

The value of this property can be changed with the MoveCursor method as well as by keyboard and mouse actions.

Values

This property is read-only.

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property