These constants specify the possible divider styles used by dividerStyle and setDividerStyle:.
Available in Mac OS X v10.5 and later.
| C# | Visual Basic | Visual C++ |
public enum NSSplitViewDividerStyle
Public Enumeration NSSplitViewDividerStyle
public enum class NSSplitViewDividerStyle
| Member | Description |
|---|---|
| NSSplitViewDividerStyleThick | A thick style divider is displayed between subviews. This is the default. Available in Mac OS X v10.5 and later. |
| NSSplitViewDividerStyleThin | A thin style divider is displayed between subviews. Available in Mac OS X v10.5 and later. |
| NSSplitViewDividerStylePaneSplitter | A thick style divider with a 3D appearance is displayed between subviews. Available in Mac OS X v10.6 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)