Programming with Reflection

image\rwnprg32.gif RulerCursorType property

 

Syntax

object.RulerCursorType
object.RulerCursorType = Value

Data type

Enumeration

 

Description

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.

Values

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.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property