Is there a way to disable TabIndex for controls in a Form (C# winForms) that never need focus?
private void Form1_Load(object sender, EventArgs e) { button1.TabStop = false; }
Set TabStop property to false