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