This documentation is archived and is not being maintained.

IHtmlControlDesignerBehavior.Designer Property

Gets or sets the designer that the behavior is associated with.

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

Property Value

The HtmlControlDesigner that the behavior is associated with.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

IHtmlControlDesignerBehavior Interface | IHtmlControlDesignerBehavior Members | System.Web.UI.Design Namespace

Show: