MonobjcMonobjc Documented Class Library
RowForDisplayValue Method (displayValue)
NamespacesMonobjc.AppKitNSRuleEditorRowForDisplayValue(Id)

Returns the index of the row containing a given value.

Original signature is '- (NSInteger)rowForDisplayValue:(id)displayValue'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger RowForDisplayValue(
	Id displayValue
)
Public Overridable Function RowForDisplayValue ( _
	displayValue As Id _
) As NSInteger
public:
virtual NSInteger RowForDisplayValue(
	Id^ displayValue
)
Parameters
displayValue (Id)
The display value (string, view, or menu item) of an item in the receiver. This value must not be nil.
Return Value
The index of the row containing displayValue, or NSNotFound.
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)