ComponentFactory.Krypton.Ribbon.QATExtraButtonController.GotFocus C# (CSharp) Method

GotFocus() public method

Source control has got the focus.
public GotFocus ( Control c ) : void
c System.Windows.Forms.Control Reference to the source control instance.
return void
        public virtual void GotFocus(Control c)
        {
            _hasFocus = true;

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