MonobjcMonobjc Documented Class Library
RuleEditorDisplayValueForCriterionInRowMessage Method (editor, criterion, row)
NamespacesMonobjc.AppKitNSRuleEditor..::..NSRuleEditorDelegateEventDispatcherRuleEditorDisplayValueForCriterionInRowMessage(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++
public Id RuleEditorDisplayValueForCriterionInRowMessage(
	NSRuleEditor editor,
	Id criterion,
	NSInteger row
)
Public Function RuleEditorDisplayValueForCriterionInRowMessage ( _
	editor As NSRuleEditor, _
	criterion As Id, _
	row As NSInteger _
) As Id
public:
Id^ RuleEditorDisplayValueForCriterionInRowMessage(
	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)