System.Web.UI.Design.HtmlControlDesigner.Behavior Property

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

Syntax

[System.Obsolete("Use ControlDesigner.Tag instead")]
public IHtmlControlDesignerBehavior Behavior { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Note:

The HtmlControlDesigner.Behavior property is obsolete. Use the IControlDesignerTag.SetAttribute(string, string) and IControlDesignerTag.GetAttribute(string) methods on the ControlDesigner.Tag property to map properties to styles. Use the ContainerControlDesigner.GetDesignTimeCssAttributes method on the System.Web.UI.Design.ContainerControlDesigner class to set styles for the control at design time.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0