HtmlControlDesigner.Behavior Property
.NET Framework 3.0
NOTE: This property is now obsolete.
Gets or sets the DHTML behavior that is associated with the designer. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")] public: property IHtmlControlDesignerBehavior^ Behavior { IHtmlControlDesignerBehavior^ get (); void set (IHtmlControlDesignerBehavior^ value); }
/** @property */ public IHtmlControlDesignerBehavior get_Behavior () /** @property */ public void set_Behavior (IHtmlControlDesignerBehavior value)
public function get Behavior () : IHtmlControlDesignerBehavior public function set Behavior (value : IHtmlControlDesignerBehavior)
Not applicable.
Property Value
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. |
Community Additions
ADD
Show:
Note: