ComponentOne MultiSelect for WinForms
C1.Win.Input.Theme.MultiSelect Namespace / MultiSelectStyles Class / Copy Method
Specified style.

In This Topic
    Copy Method (MultiSelectStyles)
    In This Topic
    Copies properties of the specified style of the same type.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Copy( _
       ByVal prototype As C1.Win.C1Themes.BaseStyle _
    ) 
    public override void Copy( 
       C1.Win.C1Themes.BaseStyle prototype
    )

    Parameters

    prototype
    Specified style.
    See Also