Platforms to show: All Mac Windows Linux Cross-Platform

NSTabViewItemMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Cocoa Controls MBS MacCocoa Plugin 10.0 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The Cocoa class for items on the tabview.

An NSTabViewItem is a convenient way for presenting information in multiple pages. A tab view is usually distinguished by a row of tabs that give the visual appearance of folder tabs. When the user clicks a tab, the tab view displays a view page provided by your application. A tab view keeps a zero-based array of NSTabViewItems, one for each tab in the view.

Constants

Constant Value Description
NSBackgroundTab 1 One of the constants describing the current display state of a tab. A tab that's not being displayed.
NSPressedTab 2 One of the constants describing the current display state of a tab. A tab that the user is in the process of clicking. That is, the user has pressed the mouse button while the cursor is over the tab but has not released the mouse button.
NSSelectedTab 0 One of the constants describing the current display state of a tab. The tab that's being displayed.

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Blog Entries


The items on this page are in the following plugins: MBS MacCocoa Plugin.


NSTableViewRowActionMBS   -   NSTabViewMBS


The biggest plugin in space...