Hi all,
I have three tab pages in a tab control. By default the first tab page is focus and can see it when the application runs. I want to change that focus to another tab page. How can I do that.
Help really appreciate.
Thanks.
Printable View
Hi all,
I have three tab pages in a tab control. By default the first tab page is focus and can see it when the application runs. I want to change that focus to another tab page. How can I do that.
Help really appreciate.
Thanks.
Set the SelectedIndex property to the desired tab index.