IControlDesignerBehavior Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202
Enables the extension of specific behaviors of a control designer.
public interface class IControlDesignerBehaviorpublic interface IControlDesignerBehavior[System.Obsolete("The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202")]
public interface IControlDesignerBehaviortype IControlDesignerBehavior = interface[<System.Obsolete("The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202")>]
type IControlDesignerBehavior = interfacePublic Interface IControlDesignerBehavior- Attributes
Remarks
Note
The IControlDesignerBehavior interface is obsolete. Use the IControlDesignerTag and IControlDesignerView interfaces for equivalent control designer functionality.
Properties
| DesignTimeElementView | Gets the design-time view control object for the designer. | 
| DesignTimeHtml | Gets or sets the design-time HTML for the designer's control. | 
Methods
| OnTemplateModeChanged() | Provides an opportunity to perform processing when the designer enters or exits template mode. |