MonobjcMonobjc Documented Class Library
WebViewDragSourceActionMaskForPoint Method (sender, point)
NamespacesMonobjc.WebKitIWebUIDelegateWebViewDragSourceActionMaskForPoint(WebView, NSPoint)

Returns a mask indicating which drag-source actions are allowed for a drag that begins at the specified location.

Original signature is '- (NSUInteger)webView:(WebView *)sender dragSourceActionMaskForPoint:(NSPoint)point'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSUInteger WebViewDragSourceActionMaskForPoint(
	WebView sender,
	NSPoint point
)
Function WebViewDragSourceActionMaskForPoint ( _
	sender As WebView, _
	point As NSPoint _
) As NSUInteger
NSUInteger WebViewDragSourceActionMaskForPoint(
	WebView^ sender, 
	NSPoint point
)
Parameters
sender (WebView)
The web view that sent the message.
point (NSPoint)
The point at which the drag began, specified in the coordinates of the web view.
Return Value
A mask indicating which drag-source actions are allowed. (Note that the return value changed from an unsigned int to an NSUInteger in Mac OS X v10.5.) See “Drag-Source Actions” for a list of return values.
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)