MonobjcMonobjc Documented Class Library
TableViewShouldTypeSelectForEventWithCurrentSearchString Event
NamespacesMonobjc.AppKitNSTableView..::..NSTableViewDelegateEventDispatcherTableViewShouldTypeSelectForEventWithCurrentSearchString

Invoked to allow the delegate to control type select for a specific event.

Original signature is '- (BOOL)tableView:(NSTableView *)tableView shouldTypeSelectForEvent:(NSEvent *)event withCurrentSearchString:(NSString *)searchString'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
YES to allow type select for event, NO otherwise.
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)