TabHost.addTab

add new tab by id and label string resource id

  1. TabHost addTab(Widget widget, dstring label, string iconId, bool enableCloseButton)
  2. TabHost addTab(Widget widget, string labelResourceId, string iconId, bool enableCloseButton)
    class TabHost
    addTab
    (,,
    string iconId = null
    ,
    bool enableCloseButton = false
    )

Meta