This documentation is archived and is not being maintained.
IHtmlControlDesignerBehavior.Designer Property
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
IHtmlControlDesignerBehavior Interface | IHtmlControlDesignerBehavior Members | System.Web.UI.Design Namespace
Show: