4 references to TabStop
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
325
_state = States.Visible | States.Enabled | States.
TabStop
| States.CausesValidation;
1434
if (_state.HasFlag(States.
TabStop
))
3178
get => (_state & States.
TabStop
) != 0;
3183
SetState(States.
TabStop
, value);