OwnerDrawPropertyBag.Copy(OwnerDrawPropertyBag) Método

Definición

Copia un control OwnerDrawPropertyBag.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

value
OwnerDrawPropertyBag

El OwnerDrawPropertyBag que se va a copiar.

Devoluciones

Nueva copia del control OwnerDrawPropertyBag.

Se aplica a