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]
  2. long currentTab [@property setter]
    struct TabContainer
    @nogc nothrow @property
    void
    currentTab
    (
    long v
    )

Meta