MonobjcMonobjc Documented Class Library
NSSpellingStateAttributeNameFlags Enumeration
NamespacesMonobjc.AppKitNSSpellingStateAttributeNameFlags

These constants control the display of the spelling and grammar indicators on text, highlighting portions of the text that are flagged for spelling or grammar issues. These regions are denoted by a temporary attribute on the layout manager, using the NSSpellingStateAttributeName key.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
public enum NSSpellingStateAttributeNameFlags
<FlagsAttribute> _
Public Enumeration NSSpellingStateAttributeNameFlags
[FlagsAttribute]
public enum class NSSpellingStateAttributeNameFlags
Members
MemberDescription
NSSpellingStateSpellingFlag

Flag for spelling issues.

Available in Mac OS X v10.5 and later.


NSSpellingStateGrammarFlag

Flag for grammar issues.

Available in Mac OS X v10.5 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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