MonobjcMonobjc Documented Class Library
RuleEditorDisplayValueForCriterionInRow Method (editor, criterion, row)
NamespacesMonobjc.AppKitINSRuleEditorDelegateRuleEditorDisplayValueForCriterionInRow(NSRuleEditor, Id, NSInteger)

Returns the value for a given criterion. (required)

Original signature is '- (id)ruleEditor:(NSRuleEditor *)editor displayValueForCriterion:(id)criterion inRow:(NSInteger)row'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
Id RuleEditorDisplayValueForCriterionInRow(
	NSRuleEditor editor,
	Id criterion,
	NSInteger row
)
Function RuleEditorDisplayValueForCriterionInRow ( _
	editor As NSRuleEditor, _
	criterion As Id, _
	row As NSInteger _
) As Id
Id^ RuleEditorDisplayValueForCriterionInRow(
	NSRuleEditor^ editor, 
	Id^ criterion, 
	NSInteger row
)
Parameters
editor (NSRuleEditor)
The rule editor that sent the message.
criterion (Id)
The criterion for which the value is required.
row (NSInteger)
The row number of criterion.
Return Value
The value for criterion.
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)