IControlDesignerBehavior Interface

Definition

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.

C#
public interface IControlDesignerBehavior
C#
[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 IControlDesignerBehavior
Attributes

Remarks

Napomena

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.

Applies to

Proizvod Verzije (Zastarjelo)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)

See also