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

In This Topic
    MultiSelectStyles Constructor
    In This Topic
    Initializes a new instance of the MultiSelectStyles.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal prototype As MultiSelectStyles _
    )
    public MultiSelectStyles( 
       MultiSelectStyles prototype
    )

    Parameters

    prototype
    Prototype.
    See Also