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

LostFocus() public méthode

Source control has lost the focus.
public LostFocus ( Control c ) : void
c System.Windows.Forms.Control Reference to the source control instance.
Résultat void
        public virtual void LostFocus(Control c)
        {
            _hasFocus = false;
            UpdateTargetState(Point.Empty);
        }