System.Web.UI.WebControls.WebControl.CopyBaseAttributes Method

Copies the properties not encapsulated by the WebControl.Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.

Syntax

public void CopyBaseAttributes (WebControl controlSrc)

Parameters

controlSrc
A System.Web.UI.WebControls.WebControl that represents the source control with properties to be copied to the Web server control that this method is called from.

Remarks

The WebControl.CopyBaseAttributes(WebControl) method copies the WebControl.AccessKey, WebControl.Enabled, WebControl.ToolTip, WebControl.TabIndex, and WebControl.Attributes properties from the specified Web server control to the Web server control that this method is called from. This is commonly used in cases where a Web server control works by dynamically creating new controls while it is rendering and using the controls. This method is useful in this situation because it copies all properties of Web server controls not encapsulated by the System.Web.UI.WebControls.Style object so they can be placed on the outermost control of a tag that is being rendered.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0