MonobjcMonobjc Documented Class Library
NSTabState Enumeration
NamespacesMonobjc.AppKitNSTabState

These constants describe the current display state of a tab:

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTabState
Public Enumeration NSTabState
public enum class NSTabState
Members
MemberDescription
NSSelectedTab

The tab that’s being displayed.

Available in Mac OS X v10.0 and later.


NSBackgroundTab

A tab that’s not being displayed.

Available in Mac OS X v10.0 and later.


NSPressedTab

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.

Available in Mac OS X v10.0 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)