Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / dd Class / ApplyThemeToControlTree Method / ApplyThemeToControlTree(Control,Predicate<Control>) Method

In This Topic
    ApplyThemeToControlTree(Control,Predicate<Control>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub ApplyThemeToControlTree( _
       ByVal root As System.Windows.Forms.Control, _
       ByVal applyThemeToSubTree As System.Predicate(Of Control) _
    ) 
    public void ApplyThemeToControlTree( 
       System.Windows.Forms.Control root,
       System.Predicate<Control> applyThemeToSubTree
    )

    Parameters

    root
    applyThemeToSubTree
    See Also