MonobjcMonobjc Documented Class Library
IsAutomaticDashSubstitutionEnabled Property
NamespacesMonobjc.AppKitNSTextViewIsAutomaticDashSubstitutionEnabled

Returns whether automatic dash substitution is enabled.

Original signature is '- (BOOL)isAutomaticDashSubstitutionEnabled'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsAutomaticDashSubstitutionEnabled { get; set; }
Public Overridable Property IsAutomaticDashSubstitutionEnabled As Boolean
	Get
	Set
public:
virtual property bool IsAutomaticDashSubstitutionEnabled {
	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)