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

GotFocus() public method

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

            // Update the visual state
            UpdateTargetState(c);
        }