Hi.
How can i open page of a specific tab when a condition achieved without click this tab using c#?
Printable View
Hi.
How can i open page of a specific tab when a condition achieved without click this tab using c#?
tabCtrl.SelectedTab = tabCtrl.TabPages[<index_or_key>];