TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemCollection Class / GetEnumerator Method

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