These constants specify the nesting mode for the rule editor.
Available in Mac OS X v10.5 and later.

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

Member | Description |
---|---|
NSRuleEditorNestingModeSingle | Only a single row is allowed. Plus/minus buttons are not shown. Available in Mac OS X v10.5 and later. |
NSRuleEditorNestingModeList | Allows a single list, with no nesting and no compound rows. Available in Mac OS X v10.5 and later. |
NSRuleEditorNestingModeCompound | Unlimited nesting and compound rows. This is the default. Available in Mac OS X v10.5 and later. |
NSRuleEditorNestingModeSimple | One compound row at the top with subrows beneath it, and no further nesting allowed. 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)