Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class
Members

In This Topic
    C1ThemePicker Class
    In This Topic
    Represents a drop-down list to select one of the registered theme and apply it to assigned C1ThemeController.
    Object Model
    C1ThemePicker Class
    Syntax
    'Declaration
     
    Public Class C1ThemePicker 
       Inherits C1.Win.C1Input.C1ComboBox
    public class C1ThemePicker : C1.Win.C1Input.C1ComboBox 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.TextBoxBase
                   System.Windows.Forms.TextBox
                      C1.Win.C1Input.C1TextBox
                         C1.Win.C1Input.C1DropDownControl
                            C1.Win.C1Input.C1ComboBox
                               C1.Win.C1Themes.C1ThemePicker

    See Also