ComponentFactory.Krypton.Ribbon.CustomControlController.KeyUp C# (CSharp) 메소드

KeyUp() 공개 메소드

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