Points to the DHTML Behavior that is associated to this designer instance.
[Visual Basic] Public Property Behavior As DHTMLBehavior [C#] public DHTMLBehavior Behavior {get; set;} [C++] public: __property DHTMLBehavior* get_Behavior(); public: __property void set_Behavior(DHTMLBehavior*); [JScript] public function get Behavior() : DHTMLBehavior; public function set Behavior(DHTMLBehavior);
A DHTMLBehavior that is associated to this designer instance.
HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace