Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / ThemeCursor Object / RulerCursorVisible Property
In This Topic
    RulerCursorVisible Property
    In This Topic
    Gets or sets whether the ruler cursor is visible.
    Syntax
    expression.RulerCursorVisible As Boolean
    where expression is a variable that represents a ThemeCursor Object

    Property Value

    The default 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