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 控制項的新複本。

適用於