InfoConnect for Unisys
RulerCursorVisible Property


Gets or sets whether the ruler cursor is displayed in the terminal window.
Syntax
'Declaration
 
Property RulerCursorVisible As Boolean
'Usage
 
Dim instance As IThemeCursor
Dim value As Boolean
 
instance.RulerCursorVisible = value
 
value = instance.RulerCursorVisible
bool RulerCursorVisible {get; set;}

Property Value

The default value is False.

When this property is True, horizontal or vertical lines extend through the cursor.

Remarks
Use the RulerCursorType property to specify the configuration you want.
See Also