4 references to TabStop
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
318_state = States.Visible | States.Enabled | States.TabStop | States.CausesValidation; 1339if (_state.HasFlag(States.TabStop)) 3083get => (_state & States.TabStop) != 0; 3088SetState(States.TabStop, value);