
select a different tab page
Quote:
> I am on tab page 2 and want to change to the first one - I have
> tried
> this.myTabs.TabPages[0].Focus();
> this.myTabs.TabPages[0].Select();
> this.myTabs.SelectedTab = 0;
> but none work?
Tim,
this.myTabs.SelectedTab = this.myTabs.TabPages[0];
Hope this helps.
Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/