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

    Property Value

    A RulerCursorTypeOption value. The default is Crosshair.
    Remarks
    Use the RulerCursorVisible property to specify whether the ruler cursor should be displayed.
    See Also