NSTextFieldGetCandidates Delegate

Definition

public delegate Foundation.NSObject[] NSTextFieldGetCandidates(NSTextField textField, NSTextView textView, NSRange selectedRange);
type NSTextFieldGetCandidates = delegate of NSTextField * NSTextView * NSRange -> NSObject[]

Parameters

textField
NSTextField
textView
NSTextView
selectedRange
NSRange

Return Value

Applies to