TreeView for WinForms | ComponentOne
C1.Win.Themes Namespace / BaseC1FrameworkStyle Class / Copy Method
specified style.

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

    Parameters

    prototype
    specified style.
    Exceptions
    ExceptionDescription
    The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
    See Also