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

参数

返回

OwnerDrawPropertyBag 控件的新副本。

适用于