Programming with Reflection
RulerCursorType property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the appearance of the ruler cursor. Use the RulerCursorVisible property to specify whether the ruler cursor should be displayed.
The default is rcCrossHair.
rcCrossHair The cursor is displayed as a vertical and a horizontal line, intersecting at the cursor location.
rcHorizontal The cursor is displayed as a horizontal line through the terminal window.
rcVertical The cursor is displayed as a vertical line through the terminal window.