'Declaration Public Function GetCursor( _ ByVal index As CursorType _ ) As Cursor
'Usage Dim instance As FpSpread Dim index As CursorType Dim value As Cursor value = instance.GetCursor(index)
public Cursor GetCursor( CursorType index )
Parameters
- index
- Pointer type index (for a specific part of the component)
Return Value
Cursor object containing the image of the pointer