ComponentFactory.Krypton.Ribbon.CollapsedGroupController.KeyPress C# (CSharp) Méthode

KeyPress() public méthode

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.
Résultat void
        public virtual void KeyPress(Control c, KeyPressEventArgs e)
        {
        }