Copies the properties not encapsulated by the
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
Visual Basic (Usage) |
Copy Code |
Dim instance As Chart
Dim controlSrc As WebControl
instance.CopyBaseAttributes(controlSrc)
|
Parameters
- controlSrc
- A WebControl that represents the source control with properties to be copied to the Web server control that this method is called from.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also