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!

HtmlControlDesigner.Behavior

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);

Property Value

A DHTMLBehavior that is associated to this designer instance.

See Also

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