MonobjcMonobjc Documented Class Library
NSRuleEditorNestingMode Enumeration
NamespacesMonobjc.AppKitNSRuleEditorNestingMode

These constants specify the nesting mode for the rule editor.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSRuleEditorNestingMode
Public Enumeration NSRuleEditorNestingMode
public enum class NSRuleEditorNestingMode
Members
MemberDescription
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.


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)