Example #1
0
 protected override void OnPaint(PaintEventArgs e)
 {
     base.OnPaint(e);
     _trackBar.DrawTrackBar(e.Graphics, _autoHideAlpha);
 }