Click here to Skip to main content
16,022,417 members

Comments by SpaghettiCoder (Top 6 by date)

SpaghettiCoder 26-Jul-13 15:54pm View    
The listbox class that I am interested in is the one found under the namespace System.Windows.Forms
SpaghettiCoder 6-Aug-12 9:01am View    
Deleted
I think I've stumbled upon the answer:

http://bytes.com/topic/c-sharp/answers/576709-adding-custom-tabpages-design-time
SpaghettiCoder 31-Jul-12 15:45pm View    
You hit the nail on the head sir, I intend to provide the control within a library for my team of developers, which is why I want it to work in such a way... Don't tell me that you think that a Spaghetti Coder is a perfectionist too ;)

SpaghettiCoder 31-Jul-12 15:44pm View    
Deleted
You hit the nail on the head sir, I intend to provide the control within a library for my team of developers, which is why I want it to work in such a way... Don't tell me that you think that a Spaghetti Coder is a perfectionist too ;)
SpaghettiCoder 31-Jul-12 8:59am View    
I was looking for something along the lines of using
designerserializationvisibility ( blah.blah ) Public Property Foo() As TabCollection, but that doesn't seem to work. Here's the deal, I'm creating an inherited control based on the tabcontrol. In order to save time not having to perform a page deletion everytime I add the control to the form, I want the control never to auto generate the two default tabpages, since I'm generating my own default tabpages with dynamic content.