ComponentFactory.Krypton.Ribbon.DomainUpDownController.KeyPress C# (CSharp) Method

KeyPress() public method

Key has been pressed.
public KeyPress ( Control c, KeyPressEventArgs e ) : void
c System.Windows.Forms.Control Reference to the source control instance.
e System.Windows.Forms.KeyPressEventArgs A KeyPressEventArgs that contains the event data.
return void
        public void KeyPress(Control c, KeyPressEventArgs e)
        {
        }