ComponentFactory.Krypton.Ribbon.DialogLauncherButtonController.KeyPress C# (CSharp) 메소드

KeyPress() 공개 메소드

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.
리턴 void
        public void KeyPress(Control c, KeyPressEventArgs e)
        {
        }