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 介面已經過時。 請使用 IControlDesignerTagIControlDesignerView 介面,取得對等的控制項設計工具功能。

屬性

Designer

取得或設定行為與其相關聯的設計工具。

DesignTimeElement

取得設計工具與其相關聯的項目。

方法

GetAttribute(String, Boolean)

取得指定的屬性 (Attribute)。

GetStyleAttribute(String, Boolean, Boolean)

取得指定的樣式屬性。

RemoveAttribute(String, Boolean)

移除指定的屬性

RemoveStyleAttribute(String, Boolean, Boolean)

移除指定的樣式屬性。

SetAttribute(String, Object, Boolean)

將指定的屬性設定為指定的物件。

SetStyleAttribute(String, Boolean, Object, Boolean)

將指定的樣式屬性設定為指定的物件。

適用於

另請參閱