ComponentFactory.Krypton.Ribbon.CollapsedGroupController.GotFocus C# (CSharp) Méthode

GotFocus() public méthode

Source control has lost the focus.
public GotFocus ( Control c ) : void
c System.Windows.Forms.Control Reference to the source control instance.
Résultat void
        public virtual void GotFocus(Control c)
        {
            _hasFocus = true;
            OnNeedPaint(false, _target.ClientRectangle);
        }