Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputPanel Class / ApplyStyle Method

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

    Parameters

    currentStyle
    See Also