ComponentOne MultiSelect for WinForms
C1.Win.Input.Styles Namespace / ComboBoxStyles Class
Members

In This Topic
    ComboBoxStyles Class
    In This Topic
    The ComboBoxStyles class represents the styles for the C1.Win.Input.C1ComboBox control which contains display attributes that determine the appearance of control.
    Object Model
    ComboBoxStyles ClassItemStyle ClassStateElementStyle ClassStateElementStyle ClassDropDownStyle ClassStateElementStyle ClassStateElementStyle ClassItemStyle ClassStateElementStyle Class
    Syntax
    'Declaration
     
    
    Public Class ComboBoxStyles 
       Inherits DropDownControlStyles
    public class ComboBoxStyles : DropDownControlStyles 
    Inheritance Hierarchy

    System.Object
       C1.Win.Themes.StyledPropertyCollection
          C1.Win.Themes.BaseStyle
             C1.Win.Themes.BaseC1FrameworkStyle
                C1.Win.Input.Styles.InputStyles
                   C1.Win.Input.Styles.InputEditorStyles
                      C1.Win.Input.Styles.TextBoxStyles
                         C1.Win.Input.Styles.DropDownControlStyles
                            C1.Win.Input.Styles.ComboBoxStyles

    See Also