WebKit.WebUIDelegate.dragSourceActionMaskForPoint C# (CSharp) Method

dragSourceActionMaskForPoint() public method

public dragSourceActionMaskForPoint ( WebView WebView, tagPOINT &point ) : WebDragSourceAction
WebView WebView
point tagPOINT
return WebDragSourceAction
        public WebDragSourceAction dragSourceActionMaskForPoint(WebView WebView, ref tagPOINT point)
        {
            throw new NotImplementedException();
        }