WebKit.WebUIDelegate.dragSourceActionMaskForPoint C# (CSharp) 메소드

dragSourceActionMaskForPoint() 공개 메소드

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