{"id":2244,"date":"2015-08-13T03:29:42","date_gmt":"2015-08-13T03:29:42","guid":{"rendered":"http:\/\/www.gisdeveloper.co.kr\/?p=2244"},"modified":"2017-01-26T22:40:20","modified_gmt":"2017-01-26T13:40:20","slug":"c-%ec%9d%bc%eb%b0%98-%ec%bb%a8%ed%8a%b8%eb%a1%a4%ec%97%90-%ed%88%b4%ed%8c%81-%ea%b8%b0%eb%8a%a5-%eb%b6%80%ec%97%ac%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"http:\/\/www.gisdeveloper.co.kr\/?p=2244","title":{"rendered":"[C#] \uc77c\ubc18 \ucee8\ud2b8\ub864\uc5d0 \ud234\ud301 \uae30\ub2a5 \ubd80\uc5ec\ud558\uae30"},"content":{"rendered":"<p><P>\uc77c\ubc18 \ucee8\ud2b8\ub864\uc5d0 \ud234\ud301\uc744 \ubd80\uc5ec\ud558\uae30 \uc704\ud574\uc11c \uac00\uc7a5 \uba3c\uc800 \uc18d\uc131 \uc911 ToolTip\uc744 \ucc3e\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uae30\ub300\uc640 \ub2e4\ub974\uac8c \uc774\ub7ec\ud55c \uc18d\uc131\uc740 \uc5c6\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4 Button \ucee8\ud2b8\ub864\uc758 \uc18d\uc131\uc744 \uc0b4\ud3b4\ubcf4\uba74 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/P><\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.gisdeveloper.co.kr\/wp-content\/uploads\/1\/1200740332.png\" width=\"300\" height=\"371\" \/><\/p>\n<p>\ub300\uc2e0 C#\uc5d0\uc11c\ub294 ToolTip\uc774\ub77c\ub294 \ud074\ub798\uc2a4\ub97c \ud1b5\ud574 \uc774\ub7ec\ud55c \ud234\ud301\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\ub3c4\ub85d \ud558\uace0 \uc788\ub294\ub370\uc694. \uc544\ub798\uc758 \ucf54\ub4dc\ub294 \uc5b4\ub5a4 \ucee8\ud2b8\ub864\ub4e4(3\uac1c\uc758 \ubc84\ud2bc)\uc5d0 \ub300\ud574\uc11c \ud234\ud301\uc744 \uc124\uc815\ud558\uace0 \uc788\ub294 \ucf54\ub4dc\uc785\ub2c8\ub2e4.<\/P><\/p>\n<pre>\r\nToolTip toolTip = new ToolTip();\r\n\r\ntoolTip.AutoPopDelay = 5000;\r\ntoolTip.InitialDelay = 1000;\r\ntoolTip.ReshowDelay = 500;\r\ntoolTip.ShowAlways = true;\r\ntoolTip.IsBalloon = true;\r\n\r\ntoolTip.SetToolTip(this.btnRefresh, \"Refresh\");\r\ntoolTip.SetToolTip(this.btnView, \"View map\");\r\ntoolTip.SetToolTip(this.btnAttr, \"View fields\");\r\n<\/pre>\n<p><P>\ub2e8 \ud558\ub098\uc758 ToolTip \uac1d\uccb4\ub97c \ud1b5\ud574 \ub2e4\uc218\uc758 \ucee8\ud2b8\ub864\uc5d0 \ud234\ud301\uc744 \ubd80\uc5ec\ud560 \uc218 \uc788\ub2e4\ub294 \uac83\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc2e4\ud589\ud574 \ubcf4\uba74 \uc544\ub798\uc640 \uac19\uc774 \ud234\ud301\uc774 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.<\/P><\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.gisdeveloper.co.kr\/wp-content\/uploads\/1\/1162058930.png\" width=\"454\" height=\"170\" \/><\/p>\n<p><P>\uadf8\ub7f0\ub370 \uac00\ub9cc\ud788 \ubcf4\uc2dc\uba74 \ud234\ud301 \ubaa8\uc591\uc774 \ud48d\uc120\uc785\ub2c8\ub2e4. 2000\ub144\ub300\uc5d0 \uc720\ud589\ud588\ub358.. \uc774\uc720\ub294 7\ubc88 \ucf54\ub4dc\uc758 IsBalloon\uc758 \uc18d\uc131\uac12\uc744 true\ub85c \uc9c0\uc815\ud588\uae30 \ub54c\ubb38\uc778\ub370\uc694. \uc774 \ucf54\ub4dc\ub97c \uc81c\uac70\ud558\uba74 \ud604\ub300\uc801 \uac10\uac01\uc758 \ucd5c\ucca8\ub2e8 \ub2e8\uc21c \ud234\ud301\uc744 \ubcf4\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/P><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc77c\ubc18 \ucee8\ud2b8\ub864\uc5d0 \ud234\ud301\uc744 \ubd80\uc5ec\ud558\uae30 \uc704\ud574\uc11c \uac00\uc7a5 \uba3c\uc800 \uc18d\uc131 \uc911 ToolTip\uc744 \ucc3e\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uae30\ub300\uc640 \ub2e4\ub974\uac8c \uc774\ub7ec\ud55c \uc18d\uc131\uc740 \uc5c6\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4 Button \ucee8\ud2b8\ub864\uc758 \uc18d\uc131\uc744 \uc0b4\ud3b4\ubcf4\uba74 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. \ub300\uc2e0 C#\uc5d0\uc11c\ub294 ToolTip\uc774\ub77c\ub294 \ud074\ub798\uc2a4\ub97c \ud1b5\ud574 \uc774\ub7ec\ud55c \ud234\ud301\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\ub3c4\ub85d \ud558\uace0 \uc788\ub294\ub370\uc694. \uc544\ub798\uc758 \ucf54\ub4dc\ub294 \uc5b4\ub5a4 \ucee8\ud2b8\ub864\ub4e4(3\uac1c\uc758 \ubc84\ud2bc)\uc5d0 \ub300\ud574\uc11c \ud234\ud301\uc744 \uc124\uc815\ud558\uace0 \uc788\ub294 \ucf54\ub4dc\uc785\ub2c8\ub2e4. ToolTip toolTip = new ToolTip(); toolTip.AutoPopDelay = 5000; &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/www.gisdeveloper.co.kr\/?p=2244\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;[C#] \uc77c\ubc18 \ucee8\ud2b8\ub864\uc5d0 \ud234\ud301 \uae30\ub2a5 \ubd80\uc5ec\ud558\uae30&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-2244","post","type-post","status-publish","format-standard","hentry","category-programming"],"_links":{"self":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/2244","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2244"}],"version-history":[{"count":1,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/2244\/revisions"}],"predecessor-version":[{"id":2729,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/2244\/revisions\/2729"}],"wp:attachment":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2244"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2244"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}