Click to See Complete Forum and Search --> : How to set focus on tab pages


eranga262154
August 27th, 2008, 09:41 PM
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.

Arjay
August 27th, 2008, 10:27 PM
Set the SelectedIndex property to the desired tab index.