ComponentFactory.Krypton.Ribbon.DialogLauncherButtonController.GotFocus C# (CSharp) 메소드

GotFocus() 공개 메소드

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

            // Redraw to show the change in visual state
            UpdateTargetState(Point.Empty);
            OnNeedPaint(false);
        }