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
Style.Parent and
Style.AmbientParent properties.
シンタックス
'宣言
Public Sub AssignNonInheritedFrom( _
ByVal As Style _
)
'使用法
Dim instance As Style
Dim source As Style
instance.AssignNonInheritedFrom(source)
public void AssignNonInheritedFrom(
Style
)
パラメータ
- source
- The source Style object to copy properties from.
参照