open tab page [modified]
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi. How can i open page of a specific tab when a condition achieved without click this tab using c#?
modified on Wednesday, April 29, 2009 5:55 AM
-
Hi. How can i open page of a specific tab when a condition achieved without click this tab using c#?
modified on Wednesday, April 29, 2009 5:55 AM
You can programmatically change the current TabPage by using one of the following TabControl properties SelectedIndex[^] SelectedTab[^] If the control is not loaded properly, use the help of
ResumeLayout
andRefresh
methods.