HtmlControlDesigner::Behavior Property

 
Note: This API is now obsolete.

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

Namespace:   System.Web.UI.Design
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.

System_CAPS_noteNote

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
Return to top
Show: