IHtmlControlDesignerBehavior Interfaz

Definición

Precaución

The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202

Define una interfaz que habilita la extensión de comportamientos específicos de un diseñador de controles HTML.

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
Atributos

Comentarios

Nota

La interfaz IHtmlControlDesignerBehavior está obsoleta. Use las interfaces IControlDesignerTag y IControlDesignerView para obtener la funcionalidad equivalente del diseñador de controles.

Propiedades

Designer

Obtiene o establece el diseñador al que está asociado el comportamiento.

DesignTimeElement

Obtiene el elemento al que está asociado el diseñador.

Métodos

GetAttribute(String, Boolean)

Obtiene el atributo especificado.

GetStyleAttribute(String, Boolean, Boolean)

Obtiene el atributo de estilo especificado.

RemoveAttribute(String, Boolean)

Quita el atributo especificado.

RemoveStyleAttribute(String, Boolean, Boolean)

Quita el atributo de estilo especificado.

SetAttribute(String, Object, Boolean)

Establece el atributo especificado en el objeto especificado.

SetStyleAttribute(String, Boolean, Object, Boolean)

Establece el atributo de estilo especificado en el objeto especificado.

Se aplica a

Consulte también