LinkButton.SupportsDisabledAttribute プロパティ
定義
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
。true
if the RenderingCompatibility property indicates an ASP.NET version lower than 4.0
; otherwise, false
.
注釈
このプロパティは、コントロールが無効になっている場合に、ASP.NET がコントロールの HTML を表示する方法を示します。This property indicates how ASP.NET should render HTML for a control when the control is disabled. このプロパティがの場合 true
、ASP.NET disabled
は、コントロールが無効になったときに属性を表示します。If this property is true
, ASP.NET renders a disabled
attribute when a control is disabled. このプロパティがの場合 false
、ASP.NET class
は、コントロールが無効になったときに属性を表示します。If this property is false
, ASP.NET renders a class
attribute when a control is disabled. 詳細については、「WebControl.SupportsDisabledAttribute」を参照してください。For more information, see WebControl.SupportsDisabledAttribute.