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

KeyUp() 공개 메소드

Perform key up handling.
public KeyUp ( KeyEventArgs e ) : void
e KeyEventArgs A KeyEventArgs that contains the event data.
리턴 void
        public override void KeyUp(KeyEventArgs e)
        {
            // Tell current view of key event
            if (FocusView != null)
                MouseCaptured = FocusView.KeyUp(e);
        }