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

LostFocus() public method

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

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