ComponentFactory.Krypton.Toolkit.KryptonListBox.OnListBoxKeyPress C# (CSharp) Method

OnListBoxKeyPress() private method

private OnListBoxKeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e System.Windows.Forms.KeyPressEventArgs
return void
        private void OnListBoxKeyPress(object sender, KeyPressEventArgs e)
        {
            OnKeyPress(e);
        }
KryptonListBox