'Declaration
Public Sub SetCursor( _ ByVal index As CursorType, _ ByVal cursor As Cursor _ )
'Usage
Dim instance As FpSpread Dim index As CursorType Dim cursor As Cursor instance.SetCursor(index, cursor)
public void SetCursor( CursorType index, Cursor cursor )
Parameters
- index
- Pointer type index (for a specific part of the component)
- cursor
- Image used to paint the pointer