C1.Win.8 Assembly / 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 _
) 
 

Parameters

prototype
Specified style.
See Also