MonobjcMonobjc Documented Class Library
OutlineViewNextTypeSelectMatchFromItemToItemForString Event
NamespacesMonobjc.AppKitNSOutlineView..::..NSOutlineViewDelegateEventDispatcherOutlineViewNextTypeSelectMatchFromItemToItemForString

Returns the first item that matches the searchString from within the range of startItem to endItem

Original signature is '- (id)outlineView:(NSOutlineView *)outlineView nextTypeSelectMatchFromItem:(id)startItem toItem:(id)endItem forString:(NSString *)searchString'

Available in Mac OS X v10.5 and later.

Declaration Syntax
Return Value
The first item—from within the range of startItem to endItem—that matches the searchString, or nil if there is no match.
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)