Share via


INSTextViewDelegate.ShouldSelectCandidates(NSTextView, UIntPtr) Method

Definition

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

Parameters

textView
NSTextView
index
UIntPtr

unativeint

Returns

Attributes

Applies to