MonobjcMonobjc Documented Class Library
MoveDragCaretToPoint Method (point)
NamespacesMonobjc.WebKitWebViewMoveDragCaretToPoint(NSPoint)

Moves the drag caret that indicates the destination of a drag operation to a given point.

Original signature is '- (void)moveDragCaretToPoint:(NSPoint)point'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MoveDragCaretToPoint(
	NSPoint point
)
Public Overridable Sub MoveDragCaretToPoint ( _
	point As NSPoint _
)
public:
virtual void MoveDragCaretToPoint(
	NSPoint point
)
Parameters
point (NSPoint)
The point to move the drag caret to.
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)