Share via


INSTextViewDelegate.WillCheckText Method

Definition

[Foundation.Export("textView:willCheckTextInRange:options:types:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to