TabControl.tab

returns tab item by id (null if not found)

  1. TabItem tab(int index)
  2. TabItem tab(string id)
  3. const(TabItem) tab(string id)
    class TabControl
    const
    const(TabItem)
    tab
    (
    string id
    )

Meta