Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetCursor Method
Pointer type index (for a specific part of the component)


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