ComponentFactory.Krypton.Toolkit.KryptonListBox.OnListBoxKeyPress C# (CSharp) Méthode

OnListBoxKeyPress() private méthode

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