ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / ApplyStyle Method

In This Topic
    ApplyStyle Method (DropDownControlViewBase)
    In This Topic
    Applies a C1.Win.Themes.BaseStyle to panel.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ApplyStyle( _
       ByVal style As C1.Win.Themes.BaseStyle _
    ) 
    public virtual void ApplyStyle( 
       C1.Win.Themes.BaseStyle style
    )

    Parameters

    style
    See Also