Toggles the state of the automatic data detection.
Original signature is '- (void)toggleAutomaticDataDetection:(id)sender'
Available in Mac OS X v10.6 and later.

Declaration Syntax
public virtual void ToggleAutomaticDataDetection(
Id sender
)
Public Overridable Sub ToggleAutomaticDataDetection ( _
sender As Id _
)
public:
virtual void ToggleAutomaticDataDetection(
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)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)