ToolBox - set toolstrip as a tabstop, now the user can arrow key to the dialog of choice after pressing the toolbox hotkey
This commit is contained in:
parent
a195d36772
commit
880b3a7a5b
|
@ -54,6 +54,7 @@
|
|||
this.toolStrip1.Name = "toolStrip1";
|
||||
this.toolStrip1.Size = new System.Drawing.Size(86, 138);
|
||||
this.toolStrip1.TabIndex = 0;
|
||||
this.toolStrip1.TabStop = true;
|
||||
//
|
||||
// toolStripButton1
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue