Base:
property
SupportsDisabledAttribute
System.Web.UI.WebControls.WebControl.SupportsDisabledAttribute
1 override of SupportsDisabledAttribute
System.Web (1)
UI\WebControls\ImageButton.cs (1)
192public override bool SupportsDisabledAttribute {
1 reference to SupportsDisabledAttribute
System.Web (1)
UI\WebControls\ImageMap.cs (1)
180if (Enabled && !IsEnabled && SupportsDisabledAttribute) {