This topic has not yet been rated - Rate this topic

Panel.SupportsDisabledAttribute Property

Gets a value that indicates whether the control should set the disabled attribute of the rendered HTML element to "disabled" when the control's IsEnabled property is false.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)
public override bool SupportsDisabledAttribute { get; }

Property Value

Type: System.Boolean
true if the Control.RenderingCompatibility property indicates an ASP.NET version lower than 4.0; otherwise, false.

This property indicates how ASP.NET should render HTML for a control when the control is disabled. If this property is true, ASP.NET renders a disabled attribute when a control is disabled. If this property is false, ASP.NET renders a class attribute when a control is disabled. For more information, see WebControl.SupportsDisabledAttribute.

.NET Framework

Supported in: 4.5, 4

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.