AssignNonInheritedFrom Method
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.
public void AssignNonInheritedFrom(
Style
)
'Declaration
Public Sub AssignNonInheritedFrom( _
ByVal As Style _
)
Parameters
- source
- The source Style object to copy properties from.