MonobjcMonobjc Documented Class Library
NSBoxType Enumeration
NamespacesMonobjc.AppKitNSBoxType

These constants and data type identifies box types, which, in conjunction with a box's border type, define the appearance of the box.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSBoxType
Public Enumeration NSBoxType
public enum class NSBoxType
Members
MemberDescription
NSBoxPrimary

Specifies the primary box appearance. This is the default box type.

Available in Mac OS X v10.0 and later.


NSBoxSecondary

Specifies the secondary box appearance.

Available in Mac OS X v10.0 and later.


NSBoxSeparator

Specifies that the box is a separator.

Available in Mac OS X v10.0 and later.


NSBoxOldStyle

Specifies that the box is a Mac OS X v10.2–style box.

Available in Mac OS X v10.0 and later.


NSBoxCustom

Specifies that the appearance of the box is determined entirely by the by box-configuration methods, without automatically applying Apple human interface guidelines. See “Customizing” for details.

Available in Mac OS X v10.5 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)