Umair Ahmad
February 24th, 2003, 08:47 AM
I want to display 3 additional property tabs when a particular object in my project is selected. However, I cannot associate more than one tab with my class because the PropertyTabAttribute doesnt allow multiple instances (AttributeUsage.AllowMulltiple = false).
This is especially confusing since the PropertyTabAttribute class clearly supports the addition of multiple tabs as is evident by its help page.
Can anyone tell me some other way of doing it?
This is especially confusing since the PropertyTabAttribute class clearly supports the addition of multiple tabs as is evident by its help page.
Can anyone tell me some other way of doing it?