Base:
property
SupportsDisabledAttribute
System.Web.UI.WebControls.WebControl.SupportsDisabledAttribute
1 override of SupportsDisabledAttribute
System.Web (1)
UI\WebControls\DropDownList.cs (1)
83public override bool SupportsDisabledAttribute {
2 references to SupportsDisabledAttribute
System.Web (2)
UI\WebControls\BulletedList.cs (1)
440if (SupportsDisabledAttribute) {
UI\WebControls\ListControl.cs (1)
536if (Enabled && !IsEnabled & SupportsDisabledAttribute) {