FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / GetReservedCursor Method
Object that is the reserved cursor (pointer)


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

Parameters

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