ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.OnRichTextBoxKeyDown C# (CSharp) Method

OnRichTextBoxKeyDown() private method

private OnRichTextBoxKeyDown ( object sender, KeyEventArgs e ) : void
sender object
e System.Windows.Forms.KeyEventArgs
return void
        private void OnRichTextBoxKeyDown(object sender, KeyEventArgs e)
        {
            OnKeyDown(e);
        }