<?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 : Icon of xtpControlLabel</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Icon of xtpControlLabel]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 11:36:56 +0000</pubDate>
  <lastBuildDate>Fri, 19 Jan 2007 15:05:51 +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=6160</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[Icon of xtpControlLabel : Hi, yes, it was added after....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6160&amp;PID=19525&amp;title=icon-of-xtpcontrollabel#19525</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6160<br /><strong>Posted:</strong> 19 January 2007 at 3:05pm<br /><br />Hi,<DIV>yes, it was added after. You can change Id of button to some Id that don;t have corresponded Icon.</DIV>]]>
   </description>
   <pubDate>Fri, 19 Jan 2007 15:05:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6160&amp;PID=19525&amp;title=icon-of-xtpcontrollabel#19525</guid>
  </item> 
  <item>
   <title><![CDATA[Icon of xtpControlLabel : Hi, The Add-Method of CommandBarControls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6160&amp;PID=19506&amp;title=icon-of-xtpcontrollabel#19506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2462">s.neu</a><br /><strong>Subject:</strong> 6160<br /><strong>Posted:</strong> 19 January 2007 at 7:44am<br /><br />Hi, <br><br>The Add-Method of CommandBarControls returns a CommandBarControl.<br>Doing sth. like this<br><br>&nbsp;&nbsp; &nbsp;Dim cbb As CommandBarButton<br>&nbsp;&nbsp; &nbsp;&#091;...&#093;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set cbb = .Add(xtpControlButton, 100, "sth.")<br><br>I would expect an error (type mismatch), but it works. This instead<br><br>&nbsp;&nbsp; &nbsp;Set cbb = .Add(xtpControlLabel, 100, "sth.")<br><br>causes this error so I have to do<br><br>&nbsp;&nbsp; &nbsp;Dim ccc As CommandBarControl<br>&nbsp;&nbsp; &nbsp;Set cbb = .Add(xtpControlLabel, 100, "sth.")<br><br>and guess: no Style-Property! Only CommandBarButton/Combobox/Popup<br>have it and there's no CommandBarLabel...<img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="absmiddle"><br><br>Depends this on the version? I'vs 9.80<br><br><br><br>&nbsp;&nbsp; &nbsp;<br>&nbsp;]]>
   </description>
   <pubDate>Fri, 19 Jan 2007 07:44:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6160&amp;PID=19506&amp;title=icon-of-xtpcontrollabel#19506</guid>
  </item> 
  <item>
   <title><![CDATA[Icon of xtpControlLabel : Hi, Labels also have Style property....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6160&amp;PID=19502&amp;title=icon-of-xtpcontrollabel#19502</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6160<br /><strong>Posted:</strong> 19 January 2007 at 6:36am<br /><br /><P>Hi,</P><DIV>Labels also have Style property. Set it to xtpButtonCaption.</DIV>]]>
   </description>
   <pubDate>Fri, 19 Jan 2007 06:36:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6160&amp;PID=19502&amp;title=icon-of-xtpcontrollabel#19502</guid>
  </item> 
  <item>
   <title><![CDATA[Icon of xtpControlLabel : Hello,It seems that labels have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6160&amp;PID=19500&amp;title=icon-of-xtpcontrollabel#19500</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2462">s.neu</a><br /><strong>Subject:</strong> 6160<br /><strong>Posted:</strong> 19 January 2007 at 5:58am<br /><br />Hello,<br><br>It seems that labels have to have an icon. If I state none it grabs<br>one. I would set the Style, but only buttons have this property.<br>How do I tell a xtpControlLabel to show no icon?<br><br>Thanks.<br><br>]]>
   </description>
   <pubDate>Fri, 19 Jan 2007 05:58:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6160&amp;PID=19500&amp;title=icon-of-xtpcontrollabel#19500</guid>
  </item> 
 </channel>
</rss>