Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable tabPage on tabControl

Status
Not open for further replies.

HowyD

Programmer
Nov 27, 2001
12
DE
Hallo,

I want to disable (or make not visible) one Page on a tabControl but my settings via code did not apply.
What can I do?

Thanks
Howie
 
um...try visible="false" maybe that'll work...
 
Hallo swiv,

I've tried everything
tabPage.Visible = False
tabPage.Enabled = False
tabPage.Hide()

but it didn't work!?!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top