In This Topic
Creates an instance of the Style class that is identical to the current Style (except for the Style.Locked property, which is always false for clones).
Syntax
'Declaration
Public Function Clone() As Style
Return Value
The copy of the current Style.
See Also