NSTextView.HandleTextChecking Method

Definition

[Foundation.Export("handleTextCheckingResults:forRange:types:options:orthography:wordCount:")]
public virtual void HandleTextChecking (Foundation.NSTextCheckingResult[] results, Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, Foundation.NSDictionary options, Foundation.NSOrthography orthography, nint wordCount);
abstract member HandleTextChecking : Foundation.NSTextCheckingResult[] * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * Foundation.NSOrthography * nint -> unit
override this.HandleTextChecking : Foundation.NSTextCheckingResult[] * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * Foundation.NSOrthography * nint -> unit

Parameters

range
NSRange
checkingTypes
NSTextCheckingTypes
options
NSDictionary
orthography
NSOrthography
wordCount
System.System.IntPtr System.nativeint
Attributes

Applies to