This documentation is archived and is not being maintained.

HtmlControlDesigner.Behavior Property

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: 

See Also

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

Show: