HyperLink::SupportsDisabledAttribute Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: