PanelDesigner.OnBehaviorAttached Method
.NET Framework 3.0
NOTE: This method is now obsolete.
Provides notification when a behavior is attached to the designer. Namespace: System.Web.UI.Design.WebControlsAssembly: 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 () override
/** @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 override function OnBehaviorAttached ()
Not applicable.
The OnBehaviorAttached method calls the OnBehaviorAttached base method. Then the OnBehaviorAttached maps the BackImageUrl and HorizontalAlign properties to the appropriate style by using the MapPropertyToStyle method, if these properties are defined.
Community Additions
ADD
Show: