CopyFrom Method (CSSValue)
In This Topic
Performs a "deep copy" (memebers and child memebers) the specified CSSValue to this CSSValue instance.
Syntax
'Declaration
Public Sub CopyFrom( _
ByVal As CSSValue _
)
public void CopyFrom(
CSSValue
)
Parameters
- aSource
See Also