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.

  1. long currentTab [@property getter]
    struct TabContainer
    @nogc nothrow @property
    long
    currentTab
    ()
  2. long currentTab [@property setter]

Meta