ButtonField::CopyProperties Method (DataControlField^)
.NET Framework (current version)
Copies the properties of the current ButtonField object to the specified DataControlField object.
Assembly: System.Web (in System.Web.dll)
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
Available since 2.0
Show: