NSTableViewSource.ShouldTypeSelect(NSTableView, NSEvent, String) Method

Definition

[Foundation.Export("tableView:shouldTypeSelectForEvent:withCurrentSearchString:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldTypeSelect(AppKit.NSTableView tableView, AppKit.NSEvent theEvent, string searchString);
[<Foundation.Export("tableView:shouldTypeSelectForEvent:withCurrentSearchString:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldTypeSelect : AppKit.NSTableView * AppKit.NSEvent * string -> bool
override this.ShouldTypeSelect : AppKit.NSTableView * AppKit.NSEvent * string -> bool

Parameters

tableView
NSTableView
theEvent
NSEvent
searchString
String

Returns

Attributes

Applies to