NSSpellChecker Constructors

Definition

Overloads

NSSpellChecker()
NSSpellChecker(NSObjectFlag)
NSSpellChecker(IntPtr)

NSSpellChecker()

[Foundation.Export("init")]
public NSSpellChecker ();
Attributes

Applies to

NSSpellChecker(NSObjectFlag)

protected NSSpellChecker (Foundation.NSObjectFlag t);
new AppKit.NSSpellChecker : Foundation.NSObjectFlag -> AppKit.NSSpellChecker

Parameters

Applies to

NSSpellChecker(IntPtr)

protected internal NSSpellChecker (IntPtr handle);
new AppKit.NSSpellChecker : nativeint -> AppKit.NSSpellChecker

Parameters

handle
IntPtr

nativeint

Applies to