How to hide/block a tab in c#?
Posted
by Audel
on Stack Overflow
See other posts from Stack Overflow
or by Audel
Published on 2010-04-25T09:41:37Z
Indexed on
2010/04/25
9:43 UTC
Read the original article
Hit count: 227
c#
I need to know how to make a tab item in a tab control unavailable for a certain kind of user.
The thing goes that after making 'log in', if the user is not the administrator, he will have one or two tabs unavailable. The admin will have access to the whole system.
I just want to make the tabs un-clickable. What are my options?
Thanks in advance
© Stack Overflow or respective owner