IHtmlControlDesignerBehavior 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

Defines an interface that enables the extension of specific behaviors of an HTML control designer.

public interface class IHtmlControlDesignerBehavior
public interface IHtmlControlDesignerBehavior
[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 IHtmlControlDesignerBehavior
type IHtmlControlDesignerBehavior = 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 IHtmlControlDesignerBehavior = interface
Public Interface IHtmlControlDesignerBehavior
Attributes

Remarks

Note

The IHtmlControlDesignerBehavior interface is obsolete. Use the IControlDesignerTag and IControlDesignerView interfaces for equivalent control designer functionality.

Properties

Designer

Gets or sets the designer that the behavior is associated with.

DesignTimeElement

Gets the element that the designer is associated with.

Methods

GetAttribute(String, Boolean)

Gets the specified attribute.

GetStyleAttribute(String, Boolean, Boolean)

Gets the specified style attribute.

RemoveAttribute(String, Boolean)

Removes the specified attribute.

RemoveStyleAttribute(String, Boolean, Boolean)

Removes the specified style attribute.

SetAttribute(String, Object, Boolean)

Sets the specified attribute to the specified object.

SetStyleAttribute(String, Boolean, Object, Boolean)

Sets the specified style attribute to the specified object.

Applies to

See also