MonobjcMonobjc Documented Class Library
TableViewNextTypeSelectMatchFromRowToRowForString Event
NamespacesMonobjc.AppKitNSTableView..::..NSTableViewDelegateEventDispatcherTableViewNextTypeSelectMatchFromRowToRowForString

Invoked to allow the delegate to allow the delegate to modify how type selection works.

Original signature is '- (NSInteger)tableView:(NSTableView *)tableView nextTypeSelectMatchFromRow:(NSInteger)startRow toRow:(NSInteger)endRow forString:(NSString *)searchString'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
The first row in the range of startRow through endRow (excluding endRow itself) that matches selectionString. Return -1 if no match is found.
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)