ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnListBoxGotFocus C# (CSharp) 메소드

OnListBoxGotFocus() 개인적인 메소드

private OnListBoxGotFocus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void OnListBoxGotFocus(object sender, EventArgs e)
        {
            UpdateStateAndPalettes();
            _listBox.Invalidate();
            PerformNeedPaint(true);
            OnGotFocus(e);
        }
KryptonCheckedListBox