LoginName.SupportsDisabledAttribute 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示當控制項的 disabled
屬性為 IsEnabled 時,控制項是否應該將呈現之 HTML 項目的 false
屬性設為 "disabled"。
public:
virtual property bool SupportsDisabledAttribute { bool get(); };
public override bool SupportsDisabledAttribute { get; }
member this.SupportsDisabledAttribute : bool
Public Overrides ReadOnly Property SupportsDisabledAttribute As Boolean
屬性值
true
RenderingCompatibility如果 屬性指出低於 4.0
ASP.NET 版本,則為 ,否則為 false
。
備註
此屬性指出當控件停用時,ASP.NET 應該如何呈現控件的 HTML。 如果此屬性為 true
,ASP.NET 停用控件時轉 disabled
譯屬性。 如果此屬性為 false
,ASP.NET 停用控件時轉 class
譯屬性。 如需詳細資訊,請參閱WebControl.SupportsDisabledAttribute。