NSTableViewDelegate.ShouldTypeSelect(NSTableView, NSEvent, String) Method

Definition

[Foundation.Export("tableView:shouldTypeSelectForEvent:withCurrentSearchString:")]
public virtual bool ShouldTypeSelect (AppKit.NSTableView tableView, AppKit.NSEvent theEvent, string searchString);
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