6 references to Enabled
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (5)
330
_state = States.Visible | States.
Enabled
| States.TabStop | States.CausesValidation;
1828
return GetState(States.
Enabled
) && (ParentInternal is null || ParentInternal.Enabled);
1833
SetState(States.
Enabled
, value);
7032
if (GetState(States.
Enabled
))
10575
private bool ShouldSerializeEnabled() => !GetState(States.
Enabled
);
System\Windows\Forms\MDI\MDIClient.cs (1)
104
SetState(States.
Enabled
, false);