'Declaration
Public Sub SetCursor( _ ByVal index As CursorType, _ ByVal cursor As Cursor _ )
'Usage
Dim instance As SpreadView Dim index As CursorType Dim cursor As Cursor instance.SetCursor(index, cursor)
public void SetCursor( CursorType index, Cursor cursor )
Parameters
- index
- Index of the pointer type (for which part of the control)
- cursor
- Image (Cursor object) to paint the pointer