ComponentOne MultiSelect for WinForms
GetEnumerator Method (C1CheckListSelectedItemCollection)

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

Reference

C1CheckListSelectedItemCollection Class
C1CheckListSelectedItemCollection Members