Tab Panel

How remove the select tab of a tab panel, i try with TabPanel1.Remove(TabPanel1.PanelIndex) but don’t work. Thanks in advance

PanelIndex is the wrong property. PanelIndex only comes into play if this tabpanel is sitting on another tabpanel (or pagepanel). Then it would be the index of the other tabpanel that this one is on.

Use TabPanel1.Value instead.