Articles in this section
Category / Section

How to select the TabstripItems in Tabstrip programmatically?

1 min read

 

For this we have to set the selected property of the particular TabStripItem to true.

C#

TabStrip1.Items[2].Selected = true;

The above code select the TabStripItem which is at the second position.

VB

TabStrip1.Items[2].Selected = true

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied