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.

C# | Visual Basic | Visual C++ |
public event NSOutlineView..::..OutlineViewNextTypeSelectMatchFromItemToItemForStringEventHandler OutlineViewNextTypeSelectMatchFromItemToItemForString
Public Event OutlineViewNextTypeSelectMatchFromItemToItemForString As NSOutlineView..::..OutlineViewNextTypeSelectMatchFromItemToItemForStringEventHandler
public: event NSOutlineView..::..OutlineViewNextTypeSelectMatchFromItemToItemForStringEventHandler^ OutlineViewNextTypeSelectMatchFromItemToItemForString { void add (NSOutlineView..::..OutlineViewNextTypeSelectMatchFromItemToItemForStringEventHandler^ value); void remove (NSOutlineView..::..OutlineViewNextTypeSelectMatchFromItemToItemForStringEventHandler^ value); }

The first item—from within the range of startItem to endItem—that matches the searchString, or nil if there is no match.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)