ComponentOne MultiSelect for WinForms
C1.Win.Input.Theme.MultiSelect Namespace / MultiSelectStyles Class
Members

In This Topic
    MultiSelectStyles Class
    In This Topic
    The MultiSelectStyles class represents the theme for the C1MultiSelect control which contains display attributes that determine the appearance of control.
    Object Model
    MultiSelectStyles ClassDropDownButtonStyle ClassTagEditorStyles Class
    Syntax
    'Declaration
     
    
    Public Class MultiSelectStyles 
       Inherits BaseTheme
    public class MultiSelectStyles : BaseTheme 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Themes.StyledPropertyCollection
          C1.Win.C1Themes.BaseStyle
             C1.Win.C1Themes.BaseC1FrameworkStyle
                C1.Win.Input.Theme.MultiSelect.BaseStyle
                   C1.Win.Input.Theme.MultiSelect.BaseTheme
                      C1.Win.Input.Theme.MultiSelect.MultiSelectStyles

    See Also