C1.Win.Themes Namespace / BaseStyle Class / Copy Method
specified style.

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

Parameters

prototype
specified style.
Exceptions
ExceptionDescription
 
See Also