ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / IDropDownControlViewBase Interface / ApplyStyle Method

In This Topic
    ApplyStyle Method (IDropDownControlViewBase)
    In This Topic
    Applies the style to this view.
    Syntax
    'Declaration
     
    
    Sub ApplyStyle( _
       ByVal currentTheme As C1.Win.Themes.BaseStyle _
    ) 
    void ApplyStyle( 
       C1.Win.Themes.BaseStyle currentTheme
    )

    Parameters

    currentTheme
    See Also