ComponentFactory.Krypton.Ribbon.GalleryItemController.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 virtual void KeyPress(Control c, KeyPressEventArgs e)
        {
        }