Share via


NSTextViewDelegate.ShouldSetSpellingState(NSTextView, IntPtr, NSRange) Method

Definition

[Foundation.Export("textView:shouldSetSpellingState:range:")]
[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:")>]
[<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

Implements

Attributes

Applies to