System.Web.UI.WebControls.ButtonFieldBase.CopyProperties Method

Copies the properties of the current object that is derived from the System.Web.UI.WebControls.ButtonFieldBase class to the specified System.Web.UI.WebControls.DataControlField object.

Syntax

protected override void CopyProperties (DataControlField newField)

Parameters

newField
The System.Web.UI.WebControls.DataControlField to which to copy the properties of the current System.Web.UI.WebControls.ButtonFieldBase.

Remarks

The ButtonFieldBase.CopyProperties(DataControlField) method is a helper method that is used by the DataControlField.CloneField method to copy the properties of the current object that is derived from the System.Web.UI.WebControls.ButtonFieldBase class to the System.Web.UI.WebControls.DataControlField object that is passed in the newField parameter.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0