{"id":5625,"date":"2013-02-12T09:29:00","date_gmt":"2013-02-12T17:29:00","guid":{"rendered":"http:\/\/www.sapien.com\/blog\/?p=5625"},"modified":"2013-02-12T09:29:55","modified_gmt":"2013-02-12T17:29:55","slug":"powershell-studio-enable-and-disable-groups-of-controls","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/","title":{"rendered":"PowerShell Studio: Enable and Disable Groups of Controls"},"content":{"rendered":"<p>If you follow the <a href=\"http:\/\/www.sapien.com\/blog\/topics\/spotlight-on-controls\/\">Spotlight on Controls<\/a> series you might be familiar with the Enable property that is shared by all WinForms controls. This property allows you to disable controls so they no longer can be interacted with. <\/p>\n<p>For example, after pressing a button that triggers a Job, it is necessary to disable the button in order to prevent the user from pressing it again until the Job completes. Some instances might require you to disable a group of controls. In this case, your code may look like the following:<\/p>\n<pre><span style=\"color: #8b0000\">$buttonAdd<\/span><span style=\"color: #000000\">.Enable <\/span><span style=\"color: #0000ff\">=<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #8b0000\">$false<\/span><span style=\"color: #000000\">\n<\/span><span style=\"color: #8b0000\">$buttonRemove<\/span><span style=\"color: #000000\">.Enable <\/span><span style=\"color: #0000ff\">=<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #8b0000\">$false<\/span><span style=\"color: #000000\">\n<\/span><span style=\"color: #8b0000\">$comboBoxOptions<\/span><span style=\"color: #000000\">.Enable <\/span><span style=\"color: #0000ff\">=<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #8b0000\">$false<\/span><\/pre>\n<p>This list of controls can get rather long, especially when working with a large group of controls. <\/p>\n<p>The good news is WinForms provides an easy alternative for disabling a group of controls and this can be accomplished by using container controls. A container control is a control that allows you to place other controls within it. Examples of container controls include:<\/p>\n<p>GroupBox<br \/>Panel<br \/>TabControl<br \/>TableLayoutPanel<\/p>\n<p>&nbsp;<\/p>\n<p>Once you have decided which container control to use, simply place all the controls you wish to enable \/ disable within the container. In this case I used a GroupBox to group my controls:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px\" title=\"GroupBox of Controls\" border=\"0\" alt=\"GroupBox of Controls\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2013\/01\/GroupBox-of-Controls.png\" width=\"283\" height=\"186\"><\/p>\n<p>Now when you need to disable the controls, you simply set the GroupBox\u2019s Enable property to <em>False<\/em> and all the controls contained within will be disabled.<\/p>\n<pre><span style=\"color: #8b0000\">$buttonDisableGroup_Click<\/span><span style=\"color: #0000ff\">=<\/span><span style=\"color: #000000\">{\n    <\/span><span style=\"color: #8b0000\">$groupbox1<\/span><span style=\"color: #000000\">.Enabled <\/span><span style=\"color: #0000ff\">=<\/span><span style=\"color: #000000\"> <\/span><span style=\"color: #8b0000\">$false<\/span><span style=\"color: #000000\">\n}<\/span><\/pre>\n<p><font color=\"#ff0000\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px\" title=\"Disabled Groupbox\" border=\"0\" alt=\"Disabled Groupbox\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2013\/01\/Disabled-Groupbox.png\" width=\"283\" height=\"186\"><\/font><\/p>\n<p><font color=\"#ff0000\">WARNING:<\/font> It is not recommended using the Form\u2019s Enable property. Doing so will result in an unresponsive window and will prevent you from interacting with the GUI. In other words, you will not be able to move, resize, or exit the form. <\/p>\n<p>You can download the <a href=\"http:\/\/www.sapien.com\/downloads#Sample Scripts\/EnableDisableControls.zip\">Enable and Disable Controls Sample<\/a> from our <a href=\"http:\/\/sapien.com\/downloads\">Downloads<\/a> section under Sample Scripts.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you follow the Spotlight on Controls series you might be familiar with the Enable property that is shared by all WinForms controls. This property allows you to disable controls so they no longer can be interacted with. For example, after pressing a button that triggers a Job, it is necessary to disable the button [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[283,705,509],"tags":[641,28,1016,314,312],"class_list":["post-5625","post","type-post","status-publish","format-standard","hentry","category-howto","category-powershell-studio-2012","category-primalforms-software-news","tag-controls","tag-powershell","tag-powershell-studio","tag-primalforms","tag-winforms"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"If you follow the Spotlight on Controls series you might be familiar with the Enable property that is shared by all WinForms controls. This property allows you to disable controls so they no longer can be interacted with. For example, after pressing a button that triggers a Job, it is necessary to disable the button\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"David Corrales\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"DEV SAPIEN Blog - Tools for IT Success\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"PowerShell Studio: Enable and Disable Groups of Controls - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"If you follow the Spotlight on Controls series you might be familiar with the Enable property that is shared by all WinForms controls. This property allows you to disable controls so they no longer can be interacted with. For example, after pressing a button that triggers a Job, it is necessary to disable the button\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-02-12T17:29:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2013-02-12T17:29:55+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"PowerShell Studio: Enable and Disable Groups of Controls - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"If you follow the Spotlight on Controls series you might be familiar with the Enable property that is shared by all WinForms controls. This property allows you to disable controls so they no longer can be interacted with. For example, after pressing a button that triggers a Job, it is necessary to disable the button\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2013\\\/02\\\/12\\\/powershell-studio-enable-and-disable-groups-of-controls\\\/#blogposting\",\"name\":\"PowerShell Studio: Enable and Disable Groups of Controls - DEV SAPIEN Blog\",\"headline\":\"PowerShell Studio: Enable and Disable Groups of Controls\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/www.sapien.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/01\\\/GroupBox-of-Controls.png\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2013\\\/02\\\/12\\\/powershell-studio-enable-and-disable-groups-of-controls\\\/#articleImage\"},\"datePublished\":\"2013-02-12T09:29:00-08:00\",\"dateModified\":\"2013-02-12T09:29:55-08:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2013\\\/02\\\/12\\\/powershell-studio-enable-and-disable-groups-of-controls\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2013\\\/02\\\/12\\\/powershell-studio-enable-and-disable-groups-of-controls\\\/#webpage\"},\"articleSection\":\"Howto, PowerShell Studio 2012, PrimalForms, Controls, powershell, PowerShell Studio, PrimalForms, Winforms\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2013\\\/02\\\/12\\\/powershell-studio-enable-and-disable-groups-of-controls\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"position\":2,\"name\":\"Software News\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalforms-software-news\\\/#listItem\",\"name\":\"PrimalForms\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalforms-software-news\\\/#listItem\",\"position\":3,\"name\":\"PrimalForms\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalforms-software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2013\\\/02\\\/12\\\/powershell-studio-enable-and-disable-groups-of-controls\\\/#listItem\",\"name\":\"PowerShell Studio: Enable and Disable Groups of Controls\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2013\\\/02\\\/12\\\/powershell-studio-enable-and-disable-groups-of-controls\\\/#listItem\",\"position\":4,\"name\":\"PowerShell Studio: Enable and Disable Groups of Controls\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalforms-software-news\\\/#listItem\",\"name\":\"PrimalForms\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/\",\"name\":\"David Corrales\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2013\\\/02\\\/12\\\/powershell-studio-enable-and-disable-groups-of-controls\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2013\\\/02\\\/12\\\/powershell-studio-enable-and-disable-groups-of-controls\\\/\",\"name\":\"PowerShell Studio: Enable and Disable Groups of Controls - DEV SAPIEN Blog\",\"description\":\"If you follow the Spotlight on Controls series you might be familiar with the Enable property that is shared by all WinForms controls. This property allows you to disable controls so they no longer can be interacted with. For example, after pressing a button that triggers a Job, it is necessary to disable the button\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2013\\\/02\\\/12\\\/powershell-studio-enable-and-disable-groups-of-controls\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"datePublished\":\"2013-02-12T09:29:00-08:00\",\"dateModified\":\"2013-02-12T09:29:55-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"PowerShell Studio: Enable and Disable Groups of Controls - DEV SAPIEN Blog","description":"If you follow the Spotlight on Controls series you might be familiar with the Enable property that is shared by all WinForms controls. This property allows you to disable controls so they no longer can be interacted with. For example, after pressing a button that triggers a Job, it is necessary to disable the button","canonical_url":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/#blogposting","name":"PowerShell Studio: Enable and Disable Groups of Controls - DEV SAPIEN Blog","headline":"PowerShell Studio: Enable and Disable Groups of Controls","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2013\/01\/GroupBox-of-Controls.png","@id":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/#articleImage"},"datePublished":"2013-02-12T09:29:00-08:00","dateModified":"2013-02-12T09:29:55-08:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/#webpage"},"articleSection":"Howto, PowerShell Studio 2012, PrimalForms, Controls, powershell, PowerShell Studio, PrimalForms, Winforms"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dev.sapien.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","position":2,"name":"Software News","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalforms-software-news\/#listItem","name":"PrimalForms"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalforms-software-news\/#listItem","position":3,"name":"PrimalForms","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalforms-software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/#listItem","name":"PowerShell Studio: Enable and Disable Groups of Controls"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/#listItem","position":4,"name":"PowerShell Studio: Enable and Disable Groups of Controls","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalforms-software-news\/#listItem","name":"PrimalForms"}}]},{"@type":"Organization","@id":"https:\/\/dev.sapien.com\/blog\/#organization","name":"DEV SAPIEN Blog","description":"Tools for IT Success","url":"https:\/\/dev.sapien.com\/blog\/"},{"@type":"Person","@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/","name":"David Corrales"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/","name":"PowerShell Studio: Enable and Disable Groups of Controls - DEV SAPIEN Blog","description":"If you follow the Spotlight on Controls series you might be familiar with the Enable property that is shared by all WinForms controls. This property allows you to disable controls so they no longer can be interacted with. For example, after pressing a button that triggers a Job, it is necessary to disable the button","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"datePublished":"2013-02-12T09:29:00-08:00","dateModified":"2013-02-12T09:29:55-08:00"},{"@type":"WebSite","@id":"https:\/\/dev.sapien.com\/blog\/#website","url":"https:\/\/dev.sapien.com\/blog\/","name":"DEV SAPIEN Blog","description":"Tools for IT Success","inLanguage":"en-US","publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"DEV SAPIEN Blog - Tools for IT Success","og:type":"article","og:title":"PowerShell Studio: Enable and Disable Groups of Controls - DEV SAPIEN Blog","og:description":"If you follow the Spotlight on Controls series you might be familiar with the Enable property that is shared by all WinForms controls. This property allows you to disable controls so they no longer can be interacted with. For example, after pressing a button that triggers a Job, it is necessary to disable the button","og:url":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/","article:published_time":"2013-02-12T17:29:00+00:00","article:modified_time":"2013-02-12T17:29:55+00:00","twitter:card":"summary_large_image","twitter:title":"PowerShell Studio: Enable and Disable Groups of Controls - DEV SAPIEN Blog","twitter:description":"If you follow the Spotlight on Controls series you might be familiar with the Enable property that is shared by all WinForms controls. This property allows you to disable controls so they no longer can be interacted with. For example, after pressing a button that triggers a Job, it is necessary to disable the button"},"aioseo_meta_data":{"post_id":"5625","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-28 15:29:38","updated":"2026-08-28 15:29:38"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/\" title=\"Software News\">Software News<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalforms-software-news\/\" title=\"PrimalForms\">PrimalForms<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPowerShell Studio: Enable and Disable Groups of Controls\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dev.sapien.com\/blog"},{"label":"Software News","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/"},{"label":"PrimalForms","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalforms-software-news\/"},{"label":"PowerShell Studio: Enable and Disable Groups of Controls","link":"https:\/\/dev.sapien.com\/blog\/2013\/02\/12\/powershell-studio-enable-and-disable-groups-of-controls\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/5625","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=5625"}],"version-history":[{"count":6,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/5625\/revisions"}],"predecessor-version":[{"id":5653,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/5625\/revisions\/5653"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=5625"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=5625"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=5625"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}