Creating a custom TabPage control in C#

Posted by Tim Almond on Stack Overflow See other posts from Stack Overflow or by Tim Almond
Published on 2010-03-24T15:25:42Z Indexed on 2010/03/24 16:13 UTC
Read the original article Hit count: 610

Filed under:
|
|

I'm building a small tabbed c# Form and I'd like each tab page to have some common features, notably, an OK button and an error message and to have a space for the specific form fields.

Has anyone else done something similar and how did you approach it?

© Stack Overflow or respective owner

Related posts about c#

Related posts about usercontrols