ComponentFactory.Krypton.Ribbon.AppButtonController.KeyUp C# (CSharp) Method

KeyUp() public method

Key has been released.
public KeyUp ( Control c, KeyEventArgs e ) : bool
c System.Windows.Forms.Control Reference to the source control instance.
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
return bool
        public bool KeyUp(Control c, KeyEventArgs e)
        {
            return false;
        }