InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1Themes Namespace / BaseStyle Class / Copy Method
specified style.

In This Topic
    Copy Method (BaseStyle)
    In This Topic
    Copies properties of the specified style of the same type.
    Syntax
    'Declaration
     
    Public Overridable Sub Copy( _
       ByVal prototype As BaseStyle _
    ) 
    public virtual void Copy( 
       BaseStyle prototype
    )

    Parameters

    prototype
    specified style.
    Exceptions
    ExceptionDescription
     
    See Also