IHtmlControlDesignerBehavior Interface

Definição

Atenção

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

Define uma interface que permite a extensão de comportamentos específicos de um designer de controlo 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

Observações

Note

A IHtmlControlDesignerBehavior interface está obsoleta. Use as IControlDesignerTag interfaces e IControlDesignerView para funcionalidades equivalentes de design de controlo.

Propriedades

Name Description
Designer
Obsoleto.

Obtém ou define o designer ao qual o comportamento está associado.

DesignTimeElement
Obsoleto.

Obtém o elemento ao qual o designer está associado.

Métodos

Name Description
GetAttribute(String, Boolean)
Obsoleto.

Obtém o atributo especificado.

GetStyleAttribute(String, Boolean, Boolean)
Obsoleto.

Obtém o atributo de estilo especificado.

RemoveAttribute(String, Boolean)
Obsoleto.

Remove o atributo especificado.

RemoveStyleAttribute(String, Boolean, Boolean)
Obsoleto.

Remove o atributo de estilo especificado.

SetAttribute(String, Object, Boolean)
Obsoleto.

Define o atributo especificado para o objeto especificado.

SetStyleAttribute(String, Boolean, Object, Boolean)
Obsoleto.

Define o atributo de estilo especificado para o objeto especificado.

Aplica-se a

Ver também