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:
andres.delikat 2011-04-30 20:50:32 +00:00
parent a195d36772
commit 880b3a7a5b
1 changed files with 1 additions and 0 deletions

View File

@ -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
//