HtmlControlDesigner.OnBehaviorAttached Method
.NET Framework 3.0
NOTE: This method is now obsolete.
Called when a behavior is associated with the element. 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")] protected: virtual void OnBehaviorAttached ()
/** @attribute ObsoleteAttribute("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202") */
protected void OnBehaviorAttached ()
ObsoleteAttribute("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202") protected function OnBehaviorAttached ()
Not applicable.
Note: |
|---|
| The OnBehaviorAttached method 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. Override the Initialize method to manipulate the initial styles for the control at design time. |
Community Additions
ADD
Show:
Note: