Share via


IHtmlControlDesignerBehavior Interface

Définition

Attention

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

Définit une interface qui active l'extension des comportements spécifiques d'un Concepteur de contrôles 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
Attributs

Remarques

Notes

L'interface IHtmlControlDesignerBehavior est obsolète. Utilisez les interfaces IControlDesignerTag et IControlDesignerView pour obtenir des fonctionnalités de Concepteur de contrôles équivalentes.

Propriétés

Designer

Obtient ou définit le concepteur auquel le comportement est associé.

DesignTimeElement

Obtient l'élément auquel le concepteur est associé.

Méthodes

GetAttribute(String, Boolean)

Obtient l'attribut spécifié.

GetStyleAttribute(String, Boolean, Boolean)

Obtient l'attribut de style spécifié.

RemoveAttribute(String, Boolean)

Supprime l'attribut spécifié.

RemoveStyleAttribute(String, Boolean, Boolean)

Supprime l'attribut de style spécifié.

SetAttribute(String, Object, Boolean)

Définit l'attribut spécifié pour l'objet spécifié.

SetStyleAttribute(String, Boolean, Object, Boolean)

Définit l'attribut de style spécifié pour l'objet spécifié.

S’applique à

Voir aussi