How to add a TabPage to the VIBlend TabControl for WinForms?
|
Article Information
|
Article relates to VIBlend TabControl for WinForms
|
How To
|
Add a TabPage
|
Solution
|
In order to add a TabPage programmatically, you need to use the Add method of the TabPages collection. If you want to remove a TabPage, use the Remove or RemoveAt methods of the TabPages collection.
|
|
|