I created my own custom tab control inheriting from TabControl. I have it in one of my programs and it is painted but my override of the OnPaint event does not even enter.
protected override void OnPaint(PaintEventArgs e)
OnResize works but not OnPaint. Why?
protected override void OnPaint(PaintEventArgs e)
OnResize works but not OnPaint. Why?
Last edited by a moderator: