Click or drag to resize
FormControlSupportsDisabledAttribute 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: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public override bool SupportsDisabledAttribute { get; }

Property Value

Type: Boolean
See Also