ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnListBoxGotFocus C# (CSharp) Method

OnListBoxGotFocus() private method

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