OwnerDrawPropertyBag.Copy(OwnerDrawPropertyBag) Método

Definición

Copia un OwnerDrawPropertyBagobjeto .

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

que OwnerDrawPropertyBag se va a copiar.

Devoluciones

Nueva copia del OwnerDrawPropertyBag control.

Se aplica a