Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / InputManCellTypeBase Class / GetReservedCursor Method
Object that is the reserved cursor (pointer)


In This Topic
    GetReservedCursor Method (InputManCellTypeBase)
    In This Topic
    Gets the cursor reserved for this cell type.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetReservedCursor( _
       ByVal o As Object _
    ) As Cursor
    'Usage
     
    
    Dim instance As InputManCellTypeBase
    Dim o As Object
    Dim value As Cursor
     
    value = instance.GetReservedCursor(o)
    public override Cursor GetReservedCursor( 
       object o
    )

    Parameters

    o
    Object that is the reserved cursor (pointer)
    See Also