Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditor Interface / GetReservedCursor Method
Object with the reserved cursor


In This Topic
GetReservedCursor Method (IEditor)
In This Topic
Gets the cursor reserved for this editor.
Syntax
'Declaration
 
Function GetReservedCursor( _
   ByVal o As Object _
) As Cursor
 
'Usage
 
Dim instance As IEditor
Dim o As Object
Dim value As Cursor
 
value = instance.GetReservedCursor(o)

Parameters

o
Object with the reserved cursor
See Also