This documentation is archived and is not being maintained.
HtmlControlDesigner.Behavior Property
.NET Framework 1.1
Gets or sets the DHTML behavior associated with the designer instance.
[Visual Basic] Public Property Behavior As IHtmlControlDesignerBehavior [C#] public IHtmlControlDesignerBehavior Behavior {get; set;} [C++] public: __property IHtmlControlDesignerBehavior* get_Behavior(); public: __property void set_Behavior(IHtmlControlDesignerBehavior*); [JScript] public function get Behavior() : IHtmlControlDesignerBehavior; public function set Behavior(IHtmlControlDesignerBehavior);
Property Value
An IHtmlControlDesignerBehavior that is associated with the designer instance.
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
HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace
Show: