Function TabContainer.tabsVisible

If true, tabs are visible. If false, tabs' content and titles are hidden.

bool tabsVisible() nothrow @property @nogc;

void tabsVisible (
  bool v
) nothrow @property @nogc;