Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSSpellCheckerMBS class.

NSSpellCheckerMBS.accessoryView as NSViewMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Spell Checking MBS MacCocoa Plugin 9.6 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The Spelling panel's accessory view.

The accessory view can be any custom view you want to display with the spelling panel. The accessory view is displayed below the spelling checker and the panel automatically resizes to accommodate the accessory view.

This method posts a notification named NSWindowDidResizeNotification with the Spelling panel object to the default notification center.

The accessory view or nil if there is none.
(Read and Write property)

NSSpellCheckerMBS.automaticallyIdentifiesLanguages as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Spell Checking MBS MacCocoa Plugin 9.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Whether the spell checker will automatically identify languages.

Available in Mac OS X v10.6 and later.
(Read and Write property)

NSSpellCheckerMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Spell Checking MBS MacCocoa Plugin 7.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The handle to the used NSSpellChecker reference.

(Read and Write property)

NSSpellCheckerMBS.language as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Spell Checking MBS MacCocoa Plugin 7.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The current language used.
Example
dim c as NSSpellCheckerMBS

c=new NSSpellCheckerMBS

c.Language="en"

MsgBox c.Language // shows en

c.Language="Dutch"

MsgBox c.Language // shows nl

c.Language="Multilingual"

MsgBox c.Language // shows Multilingual

(Read and Write property)

NSSpellCheckerMBS.Length as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Spell Checking MBS MacCocoa Plugin 7.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The last length of the position where an error was found.

Length is 0 if no location was found.
(Read and Write property)

NSSpellCheckerMBS.Location as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Spell Checking MBS MacCocoa Plugin 7.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The last location where an error was found.

(Read and Write property)

NSSpellCheckerMBS.substitutionsPanel as NSPanelMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Spell Checking MBS MacCocoa Plugin 9.6 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The substitutions panel.

(Read only property)

NSSpellCheckerMBS.substitutionsPanelAccessoryViewController as NSViewControllerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Spell Checking MBS MacCocoa Plugin 19.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Sets the substitutions panel’s accessory view.

accessoryController: The accessory view controller or nil if there is none.

The accessory view controller can accommodate any custom view you want to display with the substitutions panel. The accessory view controller’s view is displayed below the substitutions list and the panel automatically resizes to accommodate the accessory view.
This method posts a notification named NSWindowDidResizeNotification with the substitutions panel object to the default notification center.
(Read only property)

NSSpellCheckerMBS.Tag as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Spell Checking MBS MacCocoa Plugin 7.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The document tag for the current document.

Every NSSpellCheckerMBS gets a new tag. The tag identifies which ignore list is used. This value is set automatically.
(Read and Write property)

The items on this page are in the following plugins: MBS MacCocoa Plugin.


The biggest plugin in space...