OwnerDrawPropertyBag.Copy(OwnerDrawPropertyBag) Methode

Definition

Kopiert ein 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

Der OwnerDrawPropertyBag kopiert werden soll.

Gibt zurück

Eine neue Kopie des Steuerelements OwnerDrawPropertyBag .

Gilt für: