Copies the properties not encapsulated by the
System.Web.UI.WebControls.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
'Declaration
Public Sub CopyBaseAttributes( _
ByVal As WebControl _
)
public void CopyBaseAttributes(
WebControl
)
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.
Exceptions
See Also