<?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 : Disable/Enable Ribb&#111;nBar Tab</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Disable/Enable Ribb&#111;nBar Tab]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 00:38:45 +0000</pubDate>
  <lastBuildDate>Thu, 27 Apr 2006 16:05:27 +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=4055</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[Disable/Enable Ribb&#111;nBar Tab : Hello, RibbonTab is not control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4055&amp;PID=12477&amp;title=disable-enable-ribbonbar-tab#12477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4055<br /><strong>Posted:</strong> 27 April 2006 at 4:05pm<br /><br /><P>Hello,</P><P>RibbonTab is not control object. Use </P><P>RibbonBar.Tab(Index)</P><P>property.</P>]]>
   </description>
   <pubDate>Thu, 27 Apr 2006 16:05:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4055&amp;PID=12477&amp;title=disable-enable-ribbonbar-tab#12477</guid>
  </item> 
  <item>
   <title><![CDATA[Disable/Enable Ribb&#111;nBar Tab : I Know to use the update event...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4055&amp;PID=12468&amp;title=disable-enable-ribbonbar-tab#12468</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 4055<br /><strong>Posted:</strong> 27 April 2006 at 9:33am<br /><br />I Know to use the update event but the line:<br><br>CommandBars.FindControl(,1000,,True).Enabled = False<br><br>isn't even finding the ribbontab.&nbsp; That's the problem.<br>]]>
   </description>
   <pubDate>Thu, 27 Apr 2006 09:33:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4055&amp;PID=12468&amp;title=disable-enable-ribbonbar-tab#12468</guid>
  </item> 
  <item>
   <title><![CDATA[Disable/Enable Ribb&#111;nBar Tab : Use Update event to Enable/Diasable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4055&amp;PID=12465&amp;title=disable-enable-ribbonbar-tab#12465</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4055<br /><strong>Posted:</strong> 27 April 2006 at 9:06am<br /><br />Use Update event to Enable/Diasable controls. ]]>
   </description>
   <pubDate>Thu, 27 Apr 2006 09:06:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4055&amp;PID=12465&amp;title=disable-enable-ribbonbar-tab#12465</guid>
  </item> 
  <item>
   <title><![CDATA[Disable/Enable Ribb&#111;nBar Tab : Anyone?  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4055&amp;PID=12402&amp;title=disable-enable-ribbonbar-tab#12402</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 4055<br /><strong>Posted:</strong> 25 April 2006 at 12:06pm<br /><br />Anyone?]]>
   </description>
   <pubDate>Tue, 25 Apr 2006 12:06:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4055&amp;PID=12402&amp;title=disable-enable-ribbonbar-tab#12402</guid>
  </item> 
  <item>
   <title><![CDATA[Disable/Enable Ribb&#111;nBar Tab : Is there any way to Disable a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4055&amp;PID=12391&amp;title=disable-enable-ribbonbar-tab#12391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 4055<br /><strong>Posted:</strong> 24 April 2006 at 5:29pm<br /><br />Is there any way to Disable a ribbonbar tab which, in turn, disables all ribbonbar buttons within that tab?&nbsp; I'm using 10.1.1 with VB6<br><br>Created tab like so:<br><br>Set RibbonBar = CommandBars.AddRibbonBar("MainRibbon")<br>RibbonBar.EnableDocking xtpFlagStretched<br>Set tabHome = RibbonBar.InsertTab(1000, "Home")<br><br>Try to disable tab like so:<br><br>CommandBars.FindControl(,1000,,True).Enabled = False<br><br>But it won't find the tab.<br><br>Surely I'm just missing something.<br><br>Thanks!<br>]]>
   </description>
   <pubDate>Mon, 24 Apr 2006 17:29:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4055&amp;PID=12391&amp;title=disable-enable-ribbonbar-tab#12391</guid>
  </item> 
 </channel>
</rss>