'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)
public Cursor GetCursor( CursorType index )
Parameters
- index
- Index of the pointer type (for which part of the control)
Return Value
Cursor object containing the image of the pointer