MonobjcMonobjc Documented Class Library
NSTabViewType Enumeration
NamespacesMonobjc.AppKitNSTabViewType

These constants specify the tab view’s type as used by tabViewType and setTabViewType:.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTabViewType
Public Enumeration NSTabViewType
public enum class NSTabViewType
Members
MemberDescription
NSTopTabsBezelBorder

The view includes tabs on the top of the view and has a bezeled border (the default).

Available in Mac OS X v10.0 and later.


NSLeftTabsBezelBorder

Tabs are on the left of the view with a bezeled border.

Available in Mac OS X v10.0 and later.


NSBottomTabsBezelBorder

Tabs are on the bottom of the view with a bezeled border.

Available in Mac OS X v10.0 and later.


NSRightTabsBezelBorder

Tabs are on the right of the view with a bezeled border.

Available in Mac OS X v10.0 and later.


NSNoTabsBezelBorder

The view does not include tabs and has a bezeled border.

Available in Mac OS X v10.0 and later.


NSNoTabsLineBorder

The view does not include tabs and has a lined border.

Available in Mac OS X v10.0 and later.


NSNoTabsNoBorder

The view does not include tabs and has no border.

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)