System.Web.UI.WebControls.HyperLinkField.CopyProperties Method

Copies the properties of the current System.Web.UI.WebControls.HyperLinkField object to the specified object.

Syntax

protected override void CopyProperties (DataControlField newField)

Parameters

newField
The System.Web.UI.WebControls.DataControlField-derived object that receives the copy.

Remarks

The HyperLinkField.CopyProperties(DataControlField) method is called by the DataControlField.CloneField method to copy the properties of the current System.Web.UI.WebControls.HyperLinkField object to another.

Requirements

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