IHtmlControlDesignerBehavior 接口

定义

注意

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

定义一个接口,该接口允许扩展 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
属性

注解

注释

接口 IHtmlControlDesignerBehavior 已过时。 对 IControlDesignerTag 等效控件设计器功能使用和 IControlDesignerView 接口。

属性

名称 说明
Designer
已过时.

获取或设置与行为关联的设计器。

DesignTimeElement
已过时.

获取设计器与之关联的元素。

方法

名称 说明
GetAttribute(String, Boolean)
已过时.

获取指定的属性。

GetStyleAttribute(String, Boolean, Boolean)
已过时.

获取指定的样式属性。

RemoveAttribute(String, Boolean)
已过时.

删除指定的属性。

RemoveStyleAttribute(String, Boolean, Boolean)
已过时.

删除指定的样式属性。

SetAttribute(String, Object, Boolean)
已过时.

将指定的属性设置为指定的对象。

SetStyleAttribute(String, Boolean, Object, Boolean)
已过时.

将指定的样式特性设置为指定的对象。

适用于

另请参阅