cheng_sh Posted March 7, 2003 Posted March 7, 2003 In vb 6, when I create user control, I can add in property page for it. How to do that in VB.NET if I create a user control in .NET? Please advise. Quote
*Gurus* divil Posted March 7, 2003 *Gurus* Posted March 7, 2003 I don't think there are Property Pages as such - .NET offers far better support with the integrated property grid. You can make a property which brings up a modal configuration dialog when clicked using the UITypeEditor class, or you can add a designer verb which invokes a similar dialog. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
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.