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