Keyboard shortcut logic

This commit is contained in:
2009-11-17 14:41:08 +00:00
parent 130be66c63
commit 4660abc0b6
4 changed files with 242 additions and 24 deletions

View File

@@ -29,6 +29,10 @@ namespace Volian.Controls.Library
private void InitializeComponent()
{
this.SuspendLayout();
//
// StepRTB
//
this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.StepRTB_PreviewKeyDown);
this.ResumeLayout(false);
}