MonobjcMonobjc Documented Class Library
BrowserNextTypeSelectMatchFromRowToRowInColumnForString Event
NamespacesMonobjc.AppKitNSBrowser..::..NSBrowserDelegateEventDispatcherBrowserNextTypeSelectMatchFromRowToRowInColumnForString

Sent to the delegate to customize a browser’s keyboard-based selection (type select) behavior.

Original signature is '- (NSInteger)browser:(NSBrowser *)browser nextTypeSelectMatchFromRow:(NSInteger)startRow toRow:(NSInteger)endRow inColumn:(NSInteger)column forString:(NSString *)searchString'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
The index of the first row that matches searchString between startRowIndex and endRowIndex - 1, or -1 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)