desactivate a tab in runtime

RuubenRuuben Member Posts: 41
Hello, i want to desactivate (or invisible) one of the tabs from a tab control in a form in runtime. How can i do that? Thanks!!

Comments

  • kapamaroukapamarou Member Posts: 1,152
    You can't. You could add 2 tabs and play with the whole control's visible property, but not for single Tabs...
  • RuubenRuuben Member Posts: 41
    Thank you, I'll do this way, but how can i do reference to that tab control from a trigger?
  • kapamaroukapamarou Member Posts: 1,152
    If you go to it's properties and give it a name then it's visible under CurrForm -> Controls -> TheNameYouGave...
Sign In or Register to comment.