MonobjcMonobjc Documented Class Library
StartSpeaking Method (sender)
NamespacesMonobjc.AppKitNSTextViewStartSpeaking(Id)

Speaks the selected text, or all text if no selection.

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

Available in Mac OS X v10.1 and later.

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