Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
How to disable Particular Tab
posted

Hi ,

I have  5 tabs in tabcontrol.

I want to disable a particular tab on click of button.

Please let me know how to disable tab both on client side and server side  

Parents
  • 739
    posted

     Hi

    On Clicking the button you have to code as follows

     

    Me.UltraToolbarsManager1.Ribbon.Tabs("*****").Visible = False 

     

    ***** denotes the Key of the tab

     

    thanks

     

    Maguesh 

Reply Children
No Data