Contents

selectTabViewItem(_:)

Selects the specified tab view item.

Declaration

func selectTabViewItem(_ tabViewItem: NSTabViewItem?)

Parameters

  • tabViewItem:

    The tab item to select.

Discussion

If there is a delegate and the delegate supports it, sends the delegate the tabView(_:shouldSelect:) message.

See Also

Related Documentation

Selecting a Tab