OwnerDrawPropertyBag.Copy(OwnerDrawPropertyBag) メソッド

定義

OwnerDrawPropertyBag をコピーします。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static System::Windows::Forms::OwnerDrawPropertyBag ^ Copy(System::Windows::Forms::OwnerDrawPropertyBag ^ value);
public static System.Windows.Forms.OwnerDrawPropertyBag Copy (System.Windows.Forms.OwnerDrawPropertyBag value);
public static System.Windows.Forms.OwnerDrawPropertyBag Copy (System.Windows.Forms.OwnerDrawPropertyBag? value);
static member Copy : System.Windows.Forms.OwnerDrawPropertyBag -> System.Windows.Forms.OwnerDrawPropertyBag
Public Shared Function Copy (value As OwnerDrawPropertyBag) As OwnerDrawPropertyBag

パラメーター

value
OwnerDrawPropertyBag

コピーする OwnerDrawPropertyBag

戻り値

OwnerDrawPropertyBag コントロールの新しいコピー。

適用対象