ComponentFactory.Krypton.Ribbon.QATExtraButtonController.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;

            // Redraw to show the change in visual state
            UpdateTargetState();
            OnNeedPaint(false, Target.ClientRectangle);
        }