ButtonField::CopyProperties Method (DataControlField^)

 

Copies the properties of the current ButtonField object to the specified DataControlField object.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void CopyProperties(
	DataControlField^ newField
) override

Parameters

newField
Type: System.Web.UI.WebControls::DataControlField^

The DataControlField to which to copy the properties of the current ButtonField.

The CopyProperties method is a helper method that is used by the DataControlField::CloneField method to copy the properties of the current ButtonFieldBase-derived object to the DataControlField object that was created by the DataControlField::CloneField method.

Notes to Inheritors:

When overriding the CopyProperties method in a derived class, call the CopyProperties method of the base class to ensure that all properties of the object are copied.

.NET Framework
Available since 2.0
Return to top
Show: