ImageField.CopyProperties Method
.NET Framework 3.0
Copies the properties of the current ImageField object to the specified object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void CopyProperties ( DataControlField newField )
protected override function CopyProperties ( newField : DataControlField )
Not applicable.
Parameters
- newField
The DataControlField-derived object that receives the copy.
The CopyProperties method is called by the CloneField method to copy the properties of the current ImageField object to another.
Community Additions
ADD
Show: