Share via


INSTextViewDelegate.ShouldSetSpellingState Method

Definition

[Foundation.Export("textView:shouldSetSpellingState:range:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr ShouldSetSpellingState(AppKit.NSTextView textView, IntPtr value, Foundation.NSRange affectedCharRange);
[<Foundation.Export("textView:shouldSetSpellingState:range:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldSetSpellingState : AppKit.NSTextView * nativeint * Foundation.NSRange -> nativeint
override this.ShouldSetSpellingState : AppKit.NSTextView * nativeint * Foundation.NSRange -> nativeint

Parameters

textView
NSTextView
value
IntPtr

nativeint

affectedCharRange
NSRange

Returns

IntPtr

nativeint

Attributes

Applies to