CompositeControl.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)
abstract SupportsDisabledAttribute : bool with get override SupportsDisabledAttribute : bool with get
Property Value
Type: System.Booleantrue 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.
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.