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

In This Topic
    IThemeCursor Interface Members
    In This Topic

    The following tables list the members exposed by IThemeCursor.

    Public Properties
     NameDescription
     PropertyGets or sets the speed at which the cursor blinks in the terminal window.  
     PropertyGets or sets the appearance of the cursor in the terminal window  
     PropertyGets or sets the color of the graphics crosshair cursor in a 3179-G terminal session.  
     PropertyGets or stes the shape of the graphics cursor in 3179-G terminal sessions.  
     PropertyReturns or specifies how many character spaces to move the cursor, either to the left (on LeftDouble function), or to the right (on a RightDouble function). This property affects 5250 terminal sessions.  
     PropertyGets the parent object. The parent is the ITheme object.  
     PropertyReturns or specifies whether the cursor is restricted to input fields in the terminal window. When this property is set to True, the cursor can only be moved within or between input fields. If you press Up, for example, the cursor moves up to the next input field. When this property is False, the cursor can be moved out of an input field. Trying to enter text outside of an input field results in an error. This property is only relevant for 5250 terminal sessions.  
     Property

    Gets or sets the appearance of the ruler cursor.

     
     PropertyGets or sets whether the ruler cursor is displayed in the terminal window.  
     PropertyReturns or specifies how many lines to move the cursor, either up (on an UpDouble function), or down (on a DownDouble function). function). This property affects 5250 terminal sessions.  
    Top
    See Also