{"id":684,"date":"2009-10-19T23:06:00","date_gmt":"2009-10-19T03:06:00","guid":{"rendered":""},"modified":"2013-11-17T12:46:58","modified_gmt":"2013-11-17T04:46:58","slug":"c%e5%ae%9e%e7%8e%b0%e6%96%87%e4%bb%b6%e6%8b%96%e6%94%be","status":"publish","type":"post","link":"https:\/\/kyle.ai\/blog\/684.html","title":{"rendered":"C#\u5b9e\u73b0\u6587\u4ef6\u62d6\u653e"},"content":{"rendered":"<p>1\u3001\u8bbe\u7f6eForm\u7684AllowDrop\u4e3atrue<br \/>\n2.      <\/p>\n<pre class=\"brush: csharp; title: ; notranslate\" title=\"\">\r\n        private void Form1_DragDrop(object sender, DragEventArgs e)\r\n        {\r\n            MessageBox.Show(((System.Array)e.Data.GetData(DataFormats.FileDrop)).GetValue(0).ToString());   \r\n        }\r\n\r\n        private void Form1_DragEnter(object sender, DragEventArgs e)\r\n        {\r\n            if (e.Data.GetDataPresent(DataFormats.FileDrop))  e.Effect = DragDropEffects.Link;\r\n            else e.Effect = DragDropEffects.None;   \r\n        }\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u8bbe\u7f6eForm\u7684AllowDrop\u4e3atrue 2. private void Form1_DragDrop( [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-684","post","type-post","status-publish","format-standard","hentry","category-code_related"],"_links":{"self":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/684","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/comments?post=684"}],"version-history":[{"count":1,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/684\/revisions"}],"predecessor-version":[{"id":4599,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/684\/revisions\/4599"}],"wp:attachment":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/media?parent=684"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/categories?post=684"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/tags?post=684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}