Quercus Posted February 10, 2004 Posted February 10, 2004 How do I add a property page to a C# custom control? In VB6, I created custom dialogs for a user of my controls to manipulate its more complicated display elements at design time through property pages. Similar to the page that comes up when you click the ellipsis button next to the TabPages property of a TabControl. How do I do this in C#? Another feature of the TabControl I'd like to know how to implement are design time methods. At the bottom of the property window in the IDE designer are two links - AddPage and RemovePage - that presumably link to two of the TabControl's many methods. How do I create these links for my own control? Thanks. Quote
Quercus Posted February 11, 2004 Author Posted February 11, 2004 Well, while looking up something else I stumbled accross the answer to this. This functionality is implemented through design-time services. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.