AssignFrom Method (Style)
In This Topic
Copies properties from another
Style to the current object.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As Style _
)
public void AssignFrom(
Style
)
Parameters
- source
- The source object to copy properties from.
See Also