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 );
DHTMLBehavior Class | DHTMLBehavior Members | System.Web.UI.Design Namespace