MonobjcMonobjc Documented Class Library
MoveToEndOfSentence Method (sender)
NamespacesMonobjc.WebKitWebViewMoveToEndOfSentence(Id)

Moves the insertion point to the end of the current sentence.

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

Available in Mac OS X v10.4.11 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MoveToEndOfSentence(
	Id sender
)
Public Overridable Sub MoveToEndOfSentence ( _
	sender As Id _
)
public:
virtual void MoveToEndOfSentence(
	Id^ sender
)
Parameters
sender (Id)
The object that sent this message.
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.WebKit (Module: Monobjc.WebKit)