ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid.ColumnPicker Namespace / IColumnPickerView Interface / ApplyTheme Method
C1 theme object

In This Topic
    ApplyTheme Method (IColumnPickerView)
    In This Topic
    Applyes theme to view.
    Syntax
    'Declaration
     
    Sub ApplyTheme( _
       ByVal theme As Object _
    ) 
    void ApplyTheme( 
       object theme
    )

    Parameters

    theme
    C1 theme object
    See Also