Function TabContainer.currentTab

The current tab index. When set, this index's Control node's visible property is set to true and all others are set to false.

long currentTab() nothrow @property @nogc;

void currentTab (
  long v
) nothrow @property @nogc;