InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IThemeCursor Interface / RulerCursorType Property


In This Topic
    RulerCursorType Property
    In This Topic

    Gets or sets the appearance of the ruler cursor.

    Syntax
    'Declaration
     
    
    Property RulerCursorType As RulerCursorTypeOption
    'Usage
     
    
    Dim instance As IThemeCursor
    Dim value As RulerCursorTypeOption
     
    instance.RulerCursorType = value
     
    value = instance.RulerCursorType
    RulerCursorTypeOption RulerCursorType {get; set;}

    Property Value

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