MonobjcMonobjc Documented Class Library
AutomaticallyIdentifiesLanguages Property
NamespacesMonobjc.AppKitNSSpellCheckerAutomaticallyIdentifiesLanguages

Returns whether the spell checker will automatically identify languages.

Original signature is '- (BOOL)automaticallyIdentifiesLanguages'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool AutomaticallyIdentifiesLanguages { get; set; }
Public Overridable Property AutomaticallyIdentifiesLanguages As Boolean
	Get
	Set
public:
virtual property bool AutomaticallyIdentifiesLanguages {
	bool get ();
	void set (bool value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)