OwnerDrawPropertyBag.Copy(OwnerDrawPropertyBag) Methode

Definition

Kopiert einen OwnerDrawPropertyBag.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

value
OwnerDrawPropertyBag

Das zu kopierende OwnerDrawPropertyBag.

Gibt zurück

Eine neue Kopie des OwnerDrawPropertyBag-Steuerelements.

Gilt für: