ImageField::CopyProperties Method (DataControlField^)

 

Copies the properties of the current ImageField object to the specified 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-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.

.NET Framework
Available since 2.0
Return to top
Show: