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!

DHTMLBehavior.SetParent

Sets a control as the parent of this behavior.

[Visual Basic]
Protected Sub SetParent( _
   ByVal control As Control _
)
[C#]
protected void SetParent(
   Control control
);
[C++]
protected: void SetParent(
   Control* control
);
[JScript]
protected function SetParent(
   control : Control
);

Parameters

control
The control to set as parent.

See Also

DHTMLBehavior Class | DHTMLBehavior Members | System.Web.UI.Design Namespace