AssignNonInheritedFrom Method (Style)
In This Topic
Copies to the current style all properties of another
Style object that have been explicitly set on that other style, plus the values of the
Parent and
AmbientParent properties.
Syntax
'Declaration
Public Sub AssignNonInheritedFrom( _
ByVal As Style _
)
public void AssignNonInheritedFrom(
Style
)
Parameters
- source
- The source Style object to copy properties from.
See Also