ComponentFactory.Krypton.Ribbon.AppButtonController.LostFocus C# (CSharp) 메소드

LostFocus() 공개 메소드

Source control has lost the focus.
public LostFocus ( Control c ) : void
c System.Windows.Forms.Control Reference to the source control instance.
리턴 void
        public virtual void LostFocus(Control c)
        {
            _hasFocus = false;

            if (!_fixedPressed)
                _updateTimer.Start();
        }