<?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 : Go through all controls</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Go through all controls]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 19:36:57 +0000</pubDate>
  <lastBuildDate>Fri, 27 Jun 2008 21:32:09 +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=11133</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[Go through all controls : Tooltips is turned on/off using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37553&amp;title=go-through-all-controls#37553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 11133<br /><strong>Posted:</strong> 27 June 2008 at 9:32pm<br /><br />Tooltips is turned on/off using the CommandBars.Options.<font color="#000000">ToolBarScreenTips property. Take a look at </font>CommandBarsOptions object in help file for all available settings.<br><br>If you need to access properties of particular controls on ribbonbar then use the update event or enable actions.<br>]]>
   </description>
   <pubDate>Fri, 27 Jun 2008 21:32:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37553&amp;title=go-through-all-controls#37553</guid>
  </item> 
  <item>
   <title><![CDATA[Go through all controls : For example.Option to turn off...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37550&amp;title=go-through-all-controls#37550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 11133<br /><strong>Posted:</strong> 27 June 2008 at 6:27pm<br /><br />For example.<br>Option to turn off all tooltips.<br><br>For i = 1 to Buttons.count<br>&nbsp;&nbsp;&nbsp; Button(i).TooltipText = ""<br>Next<br><br><br>If you can suggest alternative, I am happy to try it.<br>]]>
   </description>
   <pubDate>Fri, 27 Jun 2008 18:27:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37550&amp;title=go-through-all-controls#37550</guid>
  </item> 
  <item>
   <title><![CDATA[Go through all controls : what are you trying to do? I think...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37539&amp;title=go-through-all-controls#37539</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 11133<br /><strong>Posted:</strong> 27 June 2008 at 3:43pm<br /><br />what are you trying to do?&nbsp; I think looping through all controls is not the right approach.]]>
   </description>
   <pubDate>Fri, 27 Jun 2008 15:43:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37539&amp;title=go-through-all-controls#37539</guid>
  </item> 
  <item>
   <title><![CDATA[Go through all controls : I wish it was that simpleBut for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37511&amp;title=go-through-all-controls#37511</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 11133<br /><strong>Posted:</strong> 27 June 2008 at 9:38am<br /><br />I wish it was that simple&nbsp;<img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br><br>But for example, looking at my ribbonBar I have over 80 Controlbuttons in it, and RibbonBar.Controls.Count = 17<br><br>ie. the problem is that .Controls doesn't include ALL the controls.<br><br>I am guessing that some controls (eg PopUp MenuBars) have their own collections of ControlButtons.&nbsp; How do I get at those?<br><br>&nbsp;<br>]]>
   </description>
   <pubDate>Fri, 27 Jun 2008 09:38:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37511&amp;title=go-through-all-controls#37511</guid>
  </item> 
  <item>
   <title><![CDATA[Go through all controls : Something like this: Dim x As...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37498&amp;title=go-through-all-controls#37498</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 11133<br /><strong>Posted:</strong> 27 June 2008 at 8:31am<br /><br />Something like this:<br><br>&nbsp;&nbsp;&nbsp; Dim x As Integer<br>&nbsp;&nbsp;&nbsp; For x = 0 To RibbonBar.Controls.Count<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If RibbonBar.Controls.Item(x).Type = xtpControlButton Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print RibbonBar.Controls.Item(x).ToolTipText<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; Next x]]>
   </description>
   <pubDate>Fri, 27 Jun 2008 08:31:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37498&amp;title=go-through-all-controls#37498</guid>
  </item> 
  <item>
   <title><![CDATA[Go through all controls : Guess this is a difficult question,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37483&amp;title=go-through-all-controls#37483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 11133<br /><strong>Posted:</strong> 27 June 2008 at 5:47am<br /><br />Guess this is a difficult question, eh?]]>
   </description>
   <pubDate>Fri, 27 Jun 2008 05:47:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37483&amp;title=go-through-all-controls#37483</guid>
  </item> 
  <item>
   <title><![CDATA[Go through all controls : I want to look through all controls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37129&amp;title=go-through-all-controls#37129</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 11133<br /><strong>Posted:</strong> 20 June 2008 at 6:58pm<br /><br />I want to look through all controls in a RibbonBar<br>eg.&nbsp; something like this:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; For x = 1 to RB.Controls.Count<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RB.Control(x).ToolTip = ""<br>&nbsp;&nbsp;&nbsp; Next<br><br><br>Can anyone show me how to do this please?<br>]]>
   </description>
   <pubDate>Fri, 20 Jun 2008 18:58:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11133&amp;PID=37129&amp;title=go-through-all-controls#37129</guid>
  </item> 
 </channel>
</rss>