{"id":261,"date":"2014-06-23T04:25:16","date_gmt":"2014-06-22T19:25:16","guid":{"rendered":"http:\/\/csharp.ihavenomoney.co.kr\/?p=261"},"modified":"2014-06-23T04:25:16","modified_gmt":"2014-06-22T19:25:16","slug":"chtmleditview-message-handlers-onmodeedit","status":"publish","type":"post","link":"https:\/\/csharp.ihavenomoney.co.kr\/?p=261","title":{"rendered":"CHTMLEditView message handlers OnModeEdit"},"content":{"rendered":"<p><span style=\"color: #555555;\"><a href=\"http:\/\/csharp.ihavenomoney.co.kr\/wp-content\/uploads\/2014\/06\/OnModeEdit.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-262 size-full\" src=\"http:\/\/csharp.ihavenomoney.co.kr\/wp-content\/uploads\/2014\/06\/OnModeEdit.png\" alt=\"OnModeEdit\" width=\"606\" height=\"439\" srcset=\"https:\/\/csharp.ihavenomoney.co.kr\/wp-content\/uploads\/2014\/06\/OnModeEdit.png 606w, https:\/\/csharp.ihavenomoney.co.kr\/wp-content\/uploads\/2014\/06\/OnModeEdit-300x217.png 300w\" sizes=\"auto, (max-width: 606px) 100vw, 606px\" \/><\/a><br \/>\n<pre id=\"code_snippet_67\" style=\"position:relative;width:100%;border:0;padding:0;\">\/\/ CHTMLEditView message handlers\r\n\r\nvoid CHTMLEditView::OnInitialUpdate(void)\r\n{\r\n    CHtmlEditView::OnInitialUpdate();\r\n\r\n\tm_bDesignMode = TRUE;\r\n}\r\n\r\nvoid CHTMLEditView::OnToggleBrowse(void)\r\n{\r\n\tm_bDesignMode = !m_bDesignMode;\r\n\tSetDesignMode(m_bDesignMode);\t\r\n}\r\n\r\nvoid CHTMLEditView::OnModeEdit(void)\r\n{\r\n\tm_bDesignMode = TRUE;\r\n\tSetDesignMode(m_bDesignMode);\r\n}\r\n\r\nvoid CHTMLEditView::OnUpdateModeEdit(CCmdUI *pCmdUI)\r\n{\r\n\tpCmdUI-&gt;SetCheck(m_bDesignMode);\r\n}\r\n\r\nvoid CHTMLEditView::OnModeView(void)\r\n{\r\n\tm_bDesignMode = FALSE;\r\n\tSetDesignMode(m_bDesignMode);\r\n}\r\n\r\nvoid CHTMLEditView::OnUpdateModeView(CCmdUI *pCmdUI)\r\n{\r\n\tpCmdUI-&gt;SetCheck(!m_bDesignMode);\r\n}<\/pre><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[],"class_list":["post-261","post","type-post","status-publish","format-standard","hentry","category-c"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/261","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=261"}],"version-history":[{"count":1,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/261\/revisions"}],"predecessor-version":[{"id":263,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/261\/revisions\/263"}],"wp:attachment":[{"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=261"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=261"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=261"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}