ComponentOne MultiSelect for WinForms
GetEnumerator Method (C1CheckListItemCollection)

C1.Win.Input Namespace > C1CheckListItemCollection Class : GetEnumerator Method
Returns an enumerator that iterates through the C1CheckListItemCollection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of C1CheckListItem)
public IEnumerator<C1CheckListItem> GetEnumerator()
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members