Share via


NSTextFieldDelegate.ShouldSelectCandidate Method

Definition

[Foundation.Export("textField:textView:shouldSelectCandidateAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldSelectCandidate(AppKit.NSTextField textField, AppKit.NSTextView textView, UIntPtr index);
[<Foundation.Export("textField:textView:shouldSelectCandidateAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldSelectCandidate : AppKit.NSTextField * AppKit.NSTextView * unativeint -> bool
override this.ShouldSelectCandidate : AppKit.NSTextField * AppKit.NSTextView * unativeint -> bool

Parameters

textField
NSTextField
textView
NSTextView
index
UIntPtr

unativeint

Returns

Implements

Attributes

Applies to