Ribbon for WinForms
Copy(Style) メソッド

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > Style クラス : Copy(Style) メソッド
Style object that contains the attributes to copy.
Copies all attributes from another Style object.
シンタックス
'宣言
 
Public Sub Copy( _
   ByVal source As Style _
) 
public void Copy( 
   Style source
)

パラメータ

source
Style object that contains the attributes to copy.
解説
The difference between this method and Clone is that Clone returns a new object, while Copy modifies the attributes in an existing style.
参照

Style クラス
Style メンバ