NSTableViewDelegate_Extensions.ShouldTypeSelect Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldTypeSelect(this AppKit.INSTableViewDelegate This, AppKit.NSTableView tableView, AppKit.NSEvent theEvent, string searchString);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldTypeSelect : AppKit.INSTableViewDelegate * AppKit.NSTableView * AppKit.NSEvent * string -> bool

Parameters

tableView
NSTableView
theEvent
NSEvent
searchString
String

Returns

Attributes

Applies to