Make a method appear in the properties window
-
Hello there, i am developing a custom TabControl. Have you seen the standard TabControl? From the properties window one can add or remove tabs... I want to do the same! Do you know guys if there is a way to achieve my goal? :doh: Montezuma
I think these are called
verbs
. You can also see them by right-clicking on the control in the design window. You will need to do some reading on Designers. I would tell you more but I've never used them myself. -
I think these are called
verbs
. You can also see them by right-clicking on the control in the design window. You will need to do some reading on Designers. I would tell you more but I've never used them myself.Great man, thanks to your keyword (i would never guess such a biblic name) i have been able to find this article http://www.codeproject.com/csharp/CustomDesigner.asp which explains exactly what i want to implement. Thanks a lot! :) Montezuma