InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ITheme Interface / Cursor Property


In This Topic
    Cursor Property (ITheme)
    In This Topic
    Gets the cursor object associated with the theme.
    Syntax
    'Declaration
     
    
    ReadOnly Property Cursor As IThemeCursor
    'Usage
     
    
    Dim instance As ITheme
    Dim value As IThemeCursor
     
    value = instance.Cursor
    IThemeCursor Cursor {get;}
    See Also