ImageField.CopyProperties(DataControlField) Method

Definition

Copies the properties of the current ImageField object to the specified object.

protected:
 override void CopyProperties(System::Web::UI::WebControls::DataControlField ^ newField);
protected override void CopyProperties (System.Web.UI.WebControls.DataControlField newField);
override this.CopyProperties : System.Web.UI.WebControls.DataControlField -> unit
Protected Overrides Sub CopyProperties (newField As DataControlField)

Parameters

newField
DataControlField

The DataControlField-derived object that receives the copy.

Remarks

The CopyProperties method is called by the CloneField method to copy the properties of the current ImageField object to another.

Applies to