MonobjcMonobjc Documented Class Library
ToggleAutomaticQuoteSubstitution Method (sender)
NamespacesMonobjc.AppKitNSTextViewToggleAutomaticQuoteSubstitution(Id)

Changes the state of automatic quotation mark substitution from enabled to disabled and vice versa.

Original signature is '- (void)toggleAutomaticQuoteSubstitution:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ToggleAutomaticQuoteSubstitution(
	Id sender
)
Public Overridable Sub ToggleAutomaticQuoteSubstitution ( _
	sender As Id _
)
public:
virtual void ToggleAutomaticQuoteSubstitution(
	Id^ sender
)
Parameters
sender (Id)
The control sending the message; may be nil.
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)