Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SetCursor Method
Index of the pointer type (for which part of the control)
Image (Cursor object) to paint the pointer


In This Topic
    SetCursor Method (SpreadView)
    In This Topic
    Sets the pointer displayed over a specific area at a specific time.
    Syntax
    '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
    See Also