Share via


NSTextFieldSelectCandidate Delegate

Definition

public delegate bool NSTextFieldSelectCandidate(NSTextField textField, NSTextView textView, UIntPtr index);
type NSTextFieldSelectCandidate = delegate of NSTextField * NSTextView * unativeint -> bool

Parameters

textField
NSTextField
textView
NSTextView
index
UIntPtr

unativeint

Return Value

Applies to