Re: Extent Tab Pages in the Tab Control
Peter Ritchie <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.advanced |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
You'll have to derive from TabPage to add the new members you want. Then you'll have to change wherever TagPages get instantiated and replace it with your new class (usually Designer-generated code). Then, whenever you use a member (like events) that uses a TabPage, you'll have to cast it to your derived type to get at the new members. =================================== View archives and manage your subscription(s) at http://peach.ease.lsoft.com/archives