How to move the one tab to another tab

Hi ,
Help me out below case.

I try to learn the tab panel… I have added the tab panel into my window. Tab panel has 3 tab… In tab 0 I placed the one List box. Using the below code I moved the list box into tab 1

ListBox1.PanelIndex = 1

But i don’t know how to view the tab1 , to check that list box available or not…

You use the value property of the tab panel to set which view is current e.g. tabpanel1.value = 1.