ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckListSelectedItemCollection Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (C1CheckListSelectedItemCollection)
    In This Topic
    Returns an enumerator that iterates through the C1CheckListSelectedItemCollection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator(Of C1CheckListItem)
    public IEnumerator<C1CheckListItem> GetEnumerator()
    See Also