C1.Win.List Namespace / C1List Class / GetSelected Method

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

Parameters

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