ButtonField::CopyProperties Method
Copies the properties of the current ButtonField object to the specified DataControlField object.
Assembly: System.Web (in System.Web.dll)
Parameters
- newField
- Type: System.Web.UI.WebControls::DataControlField
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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.