Click or drag to resize
CMSListBoxSupportsDisabledAttribute Property
Indicates if the control should render disabled="disabled" attribute when the control's IsEnabled property is false.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public override bool SupportsDisabledAttribute { get; }

Property Value

Type: Boolean
Remarks
ListBox control does not render disabled attribute since ASP.NET 4.
See Also