Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextCellType Class / GetReservedCursor Method
Object that contains the reserved cursor (pointer)


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

Parameters

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