NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebControl.CopyBaseAttributes

[To be supplied.]

[Visual Basic]
Public Sub CopyBaseAttributes( _
   ByVal controlSrc As WebControl _
)
[C#]
public void CopyBaseAttributes(
   WebControl controlSrc
);
[C++]
public: void CopyBaseAttributes(
   WebControl* controlSrc
);
[JScript]
public function CopyBaseAttributes(
   controlSrc : WebControl
);

Parameters

controlSrc
[To be supplied.]

See Also

WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace