Jump to content

How to hide a specific TabItem


toofat
 Share

Recommended Posts

How to hide or disable a specific TabItem?

Example:

$Test = GuiCtrlCreateTabItem ('MyTab')

I tried this:

GUICtrlSetState (-1, $GUI_HIDE)

or

GUICtrlSetState ($Test, $GUI_HIDE)

And this:

GUICtrlSetState (-1, $GUI_DISABLE)

or

GUICtrlSetState ($Test, $GUI_DISABLE)

And this also:

GUICtrlSetState (-1, $GUI_HIDE + $GUI_DISABLE)

or

GUICtrlSetState ($Test, $GUI_HIDE + $GUI_DISABLE)

And nothing worked ...

So, HOW TO HIDE OR DISABLE A SPECIFIC TabItem ???

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...