IControlDesignerBehavior Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Return to top
Enables the extension of specific behaviors of a control designer.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | DesignTimeElementView | Gets the design-time view control object for the designer. |
![]() | DesignTimeHtml | Gets or sets the design-time HTML for the designer's control. |
| Name | Description | |
|---|---|---|
![]() | OnTemplateModeChanged() | Provides an opportunity to perform processing when the designer enters or exits template mode. |
Note |
|---|
The IControlDesignerBehavior interface is obsolete. Use the IControlDesignerTag and IControlDesignerView interfaces for equivalent control designer functionality. |
.NET Framework
Available since 1.1
Available since 1.1
Show:


