Returns the default text checking types.
Original signature is '- (NSTextCheckingTypes)enabledTextCheckingTypes'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual NSTextCheckingTypes EnabledTextCheckingTypes { get; set; }
Public Overridable Property EnabledTextCheckingTypes As NSTextCheckingTypes Get Set
public: virtual property NSTextCheckingTypes EnabledTextCheckingTypes { NSTextCheckingTypes get (); void set (NSTextCheckingTypes value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)