MonobjcMonobjc Documented Class Library
OutlineViewShouldTypeSelectForEventWithCurrentSearchString Event
NamespacesMonobjc.AppKitNSOutlineView..::..NSOutlineViewDelegateEventDispatcherOutlineViewShouldTypeSelectForEventWithCurrentSearchString

Returns a Boolean value that indicates whether type select should proceed for a given event and search string.

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

Available in Mac OS X v10.5 and later.

Declaration Syntax
Return Value
YES if type select should proceed, otherwise NO.
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)