Share via


NSTextViewDelegate.WillCheckText Method

Definition

[Foundation.Export("textView:willCheckTextInRange:options:types:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary WillCheckText(AppKit.NSTextView view, Foundation.NSRange range, Foundation.NSDictionary options, Foundation.NSTextCheckingTypes checkingTypes);
[<Foundation.Export("textView:willCheckTextInRange:options:types:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillCheckText : AppKit.NSTextView * Foundation.NSRange * Foundation.NSDictionary * Foundation.NSTextCheckingTypes -> Foundation.NSDictionary
override this.WillCheckText : AppKit.NSTextView * Foundation.NSRange * Foundation.NSDictionary * Foundation.NSTextCheckingTypes -> Foundation.NSDictionary

Parameters

view
NSTextView
range
NSRange
options
NSDictionary
checkingTypes
NSTextCheckingTypes

Returns

Implements

Attributes

Applies to