Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SetCursor Method
Pointer type index (for a specific part of the component)
Image used to paint the pointer


In This Topic
    SetCursor Method (FpSpread)
    In This Topic
    Sets the pointer displayed over different areas of the component.
    Syntax
    '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
    See Also