[Feature] searchtextbox shortctus ctrl+a, ctrl+v (#92)

This commit is contained in:
Markus Hofknecht 2020-08-06 12:19:54 +02:00
parent c7d9f4cfc5
commit 72abbf68a6

View file

@ -176,10 +176,10 @@
this.textBoxSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 2);
this.textBoxSearch.MaxLength = 37;
this.textBoxSearch.Name = "textBoxSearch";
this.textBoxSearch.ShortcutsEnabled = false;
this.textBoxSearch.Size = new System.Drawing.Size(55, 15);
this.textBoxSearch.TabIndex = 0;
this.textBoxSearch.TextChanged += new System.EventHandler(this.TextBoxSearch_TextChanged);
this.textBoxSearch.ContextMenuStrip = new System.Windows.Forms.ContextMenuStrip();
//
// tableLayoutPanelSearch
//