Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetCursor Method
Index of the pointer type (for which part of the control)


In This Topic
GetCursor Method (SpreadView)
In This Topic
Gets the pointer displayed over a specific area in the view.
Syntax
'Declaration
 
Public Function GetCursor( _
   ByVal index As CursorType _
) As Cursor
 
'Usage
 
Dim instance As SpreadView
Dim index As CursorType
Dim value As Cursor
 
value = instance.GetCursor(index)

Parameters

index
Index of the pointer type (for which part of the control)
See Also