I have created my own TabPage control, inheriting from the "standard" Windows.Forms.TabPage
However, I would like to be able to choose it at design time when creating a TabControl.
For exemple when we create a TableStyle at design time, the collection wizard offers us the possibility to choose between the TextBoxColumns and the BoolColumns
Is there a way to do the same in my case?
Is there any attribute that I have to use in that case ?
Thanks,
However, I would like to be able to choose it at design time when creating a TabControl.
For exemple when we create a TableStyle at design time, the collection wizard offers us the possibility to choose between the TextBoxColumns and the BoolColumns
Is there a way to do the same in my case?
Is there any attribute that I have to use in that case ?
Thanks,