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


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

Parameters

o
Object with the reserved cursor.

Return Value

The cursor reserved for this element.
See Also