ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / GetSelected Method

In This Topic
    GetSelected Method (C1ListBase)
    In This Topic
    Checks whether the given row is selected.
    Syntax
    'Declaration
     
    
    Public Function GetSelected( _
       ByVal index As Integer _
    ) As Boolean
    public bool GetSelected( 
       int index
    )

    Parameters

    index
    Remarks
    If it returns True, then the row is selected. Otherwise, it is not selected.
    See Also