ComponentFactory.Krypton.Toolkit.SeparatorController.KeyDown C# (CSharp) Méthode

KeyDown() public méthode

Key has been pressed down.
public KeyDown ( Control c, KeyEventArgs e ) : void
c System.Windows.Forms.Control Reference to the source control instance.
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
Résultat void
        public override void KeyDown(Control c, KeyEventArgs e)
        {
            // Do nothing, no keys have an effect when pressed
        }