MonobjcMonobjc Documented Class Library
BrowserShouldTypeSelectForEventWithCurrentSearchString Event
NamespacesMonobjc.AppKitNSBrowser..::..NSBrowserDelegateEventDispatcherBrowserShouldTypeSelectForEventWithCurrentSearchString

Sent to the delegate to determine whether keyboard-based selection (type select) for a given event and search string should proceed.

Original signature is '- (BOOL)browser:(NSBrowser *)browser 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 the selection; NO to disallow it.
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)