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.Designer

Returns the HtmlControl designer object associated with this behavior.

[Visual Basic]
Public Property Designer As HtmlControlDesigner
[C#]
public HtmlControlDesigner Designer {get; set;}
[C++]
public: __property HtmlControlDesigner* get_Designer();
public: __property void set_Designer(HtmlControlDesigner*);
[JScript]
public function get Designer() : HtmlControlDesigner;
public function set Designer(HtmlControlDesigner);

Property Value

The HtmlControlDesigner designer associated with this behavior.

See Also

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