Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes Namespace / C1IconCollection Class / ForEach Method

In This Topic
    ForEach Method (C1IconCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ForEach( _
       ByVal action As System.Action(Of ThemeItem) _
    ) 
    public void ForEach( 
       System.Action<ThemeItem> action
    )

    Parameters

    action
    See Also