<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : (WorkAround) RibbonBar Group enable/disable</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : (WorkAround) RibbonBar Group enable/disable]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 18:17:30 +0000</pubDate>
  <lastBuildDate>Wed, 28 Jan 2009 08:33:04 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=13276</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[(WorkAround) RibbonBar Group enable/disable : OK thankyou.I have done it now...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13276&amp;PID=44981&amp;title=workaround-ribbonbar-group-enable-disable#44981</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 13276<br /><strong>Posted:</strong> 28 January 2009 at 8:33am<br /><br />OK thankyou.<br><br>I have done it now like this:<br><br>Sub SetGroupEnabled(&nbsp; GroupId, TrueOrFalse)<br>&nbsp;&nbsp;&nbsp; Dim X as long, tmpGRP as RibbonGroup<br><br>&nbsp;&nbsp;&nbsp; set tmpGRP = RibbonBar.FindGroup(GroupID)<br><br>&nbsp;&nbsp;&nbsp; For X = 0 to tmpGRP.Count - 1&nbsp;&nbsp; 'look at all Controls in Group<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tmpGRP.Item(X).Enabled = TrueFalse&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'set Control enabled or not<br>&nbsp;&nbsp;&nbsp; Next<br>End Sub<br><br><br>(maybe also needs error handling etc)<br>]]>
   </description>
   <pubDate>Wed, 28 Jan 2009 08:33:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13276&amp;PID=44981&amp;title=workaround-ribbonbar-group-enable-disable#44981</guid>
  </item> 
  <item>
   <title><![CDATA[(WorkAround) RibbonBar Group enable/disable : No. You can add Update Handler...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13276&amp;PID=44977&amp;title=workaround-ribbonbar-group-enable-disable#44977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13276<br /><strong>Posted:</strong> 28 January 2009 at 7:13am<br /><br />No.<DIV>You can add Update Handler and check if Control.RibbonGroup is group you need.</DIV>]]>
   </description>
   <pubDate>Wed, 28 Jan 2009 07:13:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13276&amp;PID=44977&amp;title=workaround-ribbonbar-group-enable-disable#44977</guid>
  </item> 
  <item>
   <title><![CDATA[(WorkAround) RibbonBar Group enable/disable :  I have a RibbonBar with several...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13276&amp;PID=44975&amp;title=workaround-ribbonbar-group-enable-disable#44975</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 13276<br /><strong>Posted:</strong> 28 January 2009 at 6:35am<br /><br />I have a RibbonBar with several Tabs, each containing several Groups, and each Group contains several Controls.<br><br>I can set Tab.enabled = false, and I can set Control.enabled = false.<br><br>But I cannot see how to set a Group.Enabled = false.&nbsp; Is there a property like this??<br>]]>
   </description>
   <pubDate>Wed, 28 Jan 2009 06:35:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13276&amp;PID=44975&amp;title=workaround-ribbonbar-group-enable-disable#44975</guid>
  </item> 
 </channel>
</rss>