MonobjcMonobjc Documented Class Library
RuleEditorChildForCriterionWithRowType Event
NamespacesMonobjc.AppKitNSRuleEditor..::..NSRuleEditorDelegateEventDispatcherRuleEditorChildForCriterionWithRowType

Returns the child of a given item at a given index. (required)

Original signature is '- (id)ruleEditor:(NSRuleEditor *)editor child:(NSInteger)index forCriterion:(id)criterion withRowType:(NSRuleEditorRowType)rowType'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
An object representing the requested child (or root) criterion. This object is used by the delegate to represent that position in the tree, and is passed as a parameter in subsequent calls to the delegate.
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)