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


In This Topic
GetReservedCursor Method (GcNumberCellType)
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 GcNumberCellType
Dim o As Object
Dim value As Cursor
 
value = instance.GetReservedCursor(o)

Parameters

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