WebKit.WebUIDelegate.dragSourceActionMaskForPoint C# (CSharp) Méthode

dragSourceActionMaskForPoint() public méthode

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