Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / UniversalCellType Class / GetReservedCursor Method


In This Topic
    GetReservedCursor Method (UniversalCellType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetReservedCursor( _
       ByVal o As Object _
    ) As Cursor
    'Usage
     
    
    Dim instance As UniversalCellType
    Dim o As Object
    Dim value As Cursor
     
    value = instance.GetReservedCursor(o)
    public Cursor GetReservedCursor( 
       object o
    )

    Parameters

    o
    See Also