PrintDocument for WinForms
AssignNonInheritedFrom メソッド (Style)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Style クラス : AssignNonInheritedFrom メソッド
The source Style object to copy properties from.
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 source As Style _
) 
'使用法
 
Dim instance As Style
Dim source As Style
 
instance.AssignNonInheritedFrom(source)
public void AssignNonInheritedFrom( 
   Style source
)

パラメータ

source
The source Style object to copy properties from.
解説
Effectively, this method makes the current Style a complete copy of the source style.
参照

Style クラス
Style メンバ