MonobjcMonobjc Documented Class Library
EnabledTextCheckingTypes Property
NamespacesMonobjc.AppKitNSTextViewEnabledTextCheckingTypes

Returns the default text checking types.

Original signature is '- (NSTextCheckingTypes)enabledTextCheckingTypes'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual 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);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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