{"id":180,"date":"2010-04-07T16:24:47","date_gmt":"2010-04-07T16:24:47","guid":{"rendered":"https:\/\/ibex.tech\/visualcpp\/?p=180"},"modified":"2022-02-17T06:24:05","modified_gmt":"2022-02-17T06:24:05","slug":"using-tab-control","status":"publish","type":"post","link":"https:\/\/ibex.tech\/visualcpp\/tab-control\/using-tab-control","title":{"rendered":"Using Tab Control"},"content":{"rendered":"<h4>\nEvent Triggered When A New Tab Is Selected<br \/>\n<\/h4>\n<pre>\r\n<code>\r\n\tif (tabControl1-&gt;SelectedIndex == 4)\t\t\/\/SelectedIndex is the tab ID\r\n\t{\r\n\r\n\t}\r\n<\/code><\/pre>\n<h4>\nDisable A Page Of The Tab Control<br \/>\n<\/h4>\n<p>\nThe page can still be selected and viewed, but all controls on it are disabled.\n<\/p>\n<pre>\r\n<code>\r\n\tMyTabControl-&gt;TabPages[1]-&gt;Enabled = false;\r\n<\/code><\/pre>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Event Triggered When A New Tab Is Selected if (tabControl1-&gt;SelectedIndex == 4) \/\/SelectedIndex is the tab ID { } Disable A Page Of The Tab Control The page can still be selected and viewed, but all controls on it are disabled. MyTabControl-&gt;TabPages[1]-&gt;Enabled = false; &nbsp;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[],"class_list":["post-180","post","type-post","status-publish","format-standard","hentry","category-tab-control"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/comments?post=180"}],"version-history":[{"count":4,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/180\/revisions"}],"predecessor-version":[{"id":1389,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/180\/revisions\/1389"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/media?parent=180"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/categories?post=180"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/tags?post=180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}