Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditor Interface / GetReservedCursor Method
Object with the reserved cursor


In This Topic
    GetReservedCursor Method (IEditor)
    In This Topic
    Gets the cursor reserved for this editor.
    Syntax
    'Declaration
     
    
    Function GetReservedCursor( _
       ByVal o As Object _
    ) As Cursor
    'Usage
     
    
    Dim instance As IEditor
    Dim o As Object
    Dim value As Cursor
     
    value = instance.GetReservedCursor(o)
    Cursor GetReservedCursor( 
       object o
    )

    Parameters

    o
    Object with the reserved cursor
    See Also