Baka_MPlayer.Controls.ColorSlider.OnGotFocus C# (CSharp) Method

OnGotFocus() protected method

Raises the event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void
        protected override void OnGotFocus(EventArgs e)
        {
            base.OnGotFocus(e);
            Invalidate();
        }