ComponentFactory.Krypton.Ribbon.GroupCheckBoxController.KeyUp C# (CSharp) Méthode

KeyUp() public méthode

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.
Résultat bool
        public bool KeyUp(Control c, KeyEventArgs e)
        {
            return false;
        }