ButtonField.CopyProperties Method

Note: This method is new in the .NET Framework version 2.0.

Copies the properties of the current ButtonField object to the specified DataControlField object.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

protected:
virtual void CopyProperties (
	DataControlField^ newField
) override
protected void CopyProperties (
	DataControlField newField
)
protected override function CopyProperties (
	newField : DataControlField
)

Parameters

newField

The DataControlField to which to copy the properties of the current ButtonField.

The CopyProperties method is a helper method that is used by the DataControlField.CloneField method to copy the properties of the current ButtonFieldBase-derived object to the DataControlField object that was created by the DataControlField.CloneField method.

Notes to Inheritors When overriding the CopyProperties method in a derived class, call the CopyProperties method of the base class to ensure that all properties of the object are copied.

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: