Re: Extent Tab Pages in the Tab Control
Dave Vorgang <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.advanced |
|---|---|
| Message-ID | <34BDEF4FDF97EC46B7565B38A5F93FF701EA101DDB48@MSDMAIL.medford.k12.or.us> |
Hi Peter, I don't totally understand how to implement what you suggest but it gives me a starting point. Thank you, Dave Vorgang Senior Programmer / Analyst Medford School District - Information Technology (541) 842-1021 mailto:[email protected] -----Original Message----- From: Discussion of advanced .NET topics. [mailto:[email protected]] On Behalf Of Peter Ritchie Sent: Thursday, October 16, 2008 9:08 AM To: [email protected] Subject: Re: [ADVANCED-DOTNET] Extent Tab Pages in the Tab Control 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 =================================== View archives and manage your subscription(s) at http://peach.ease.lsoft.com/archives