HtmlControlDesigner::Behavior Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Return to top
Gets or sets the DHTML behavior that is associated with the designer.
Assembly: System.Design (in System.Design.dll)
public: [ObsoleteAttribute("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")] property IHtmlControlDesignerBehavior^ Behavior { IHtmlControlDesignerBehavior^ get(); void set(IHtmlControlDesignerBehavior^ value); }
Property Value
Type: System.Web.UI.Design::IHtmlControlDesignerBehavior^An IHtmlControlDesignerBehavior that is associated with the designer.
Note |
|---|
The Behavior property is obsolete. Use the SetAttribute and GetAttribute methods on the Tag property to map properties to styles. Use the GetDesignTimeCssAttributes method on the ContainerControlDesigner class to set styles for the control at design time. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
