NSBrowserDelegate.ShouldTypeSelectForEvent(NSBrowser, NSEvent, String) Method

Definition

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

Parameters

browser
NSBrowser
theEvent
NSEvent
currentSearchString
String

Returns

Implements

Attributes

Applies to