NSTextViewDelegate.ShouldSetSpellingState(NSTextView, IntPtr, NSRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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