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


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

    Parameters

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