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.

C# | Visual Basic | Visual C++ |
public enum NSBoxType
Public Enumeration NSBoxType
public enum class NSBoxType

Member | Description |
---|---|
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. |

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