In a winforms tabcontrol, is there a way to make a certain tab visible but not selectable?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-05-31T20:31:10Z Indexed on 2010/05/31 20:33 UTC
Read the original article Hit count: 226

Filed under:
|
|

In a winforms tabcontrol, is there a way to make a certain tab visible but not selectable? I can make it Visible = false, but I would like the tab to show up but simply not be clickable/selectable.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms