DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / IValueEditor Interface / ApplyStyle Method

In This Topic
    ApplyStyle Method (IValueEditor)
    In This Topic
    Applies a C1.Win.DataFilter.Styles.FilterEditorTheme to the custom editor.
    Syntax
    'Declaration
     
    Sub ApplyStyle( _
       ByVal theme As FilterEditorTheme _
    ) 
    void ApplyStyle( 
       FilterEditorTheme theme
    )

    Parameters

    theme
    See Also