<?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 : [solved] Checked Controls in Quick Access Toolbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : [solved] Checked Controls in Quick Access Toolbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:12:33 +0000</pubDate>
  <lastBuildDate>Sat, 12 Aug 2017 06:45:02 +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=23414</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[[solved] Checked Controls in Quick Access Toolbar : In the Office 2013/2016 theme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23414&amp;PID=76028&amp;title=solved-checked-controls-in-quick-access-toolbar#76028</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2024">MGebler</a><br /><strong>Subject:</strong> 23414<br /><strong>Posted:</strong> 12 August 2017 at 6:45am<br /><br />In the Office 2013/2016 theme checked control items are hard to identify because the background rect remains in the color of the toolbar.<div><br></div><div><img src="uploads/2024/Project3.bmp" height="29" width="84" border="0" /><br></div><div><br></div><div>But shouldn't it look like this:</div><div><br></div><div><img src="uploads/2024/Project2.bmp" height="30" width="85" border="0" /><br></div><div><br></div><div>Therefore we would need another else-branch, which handles the checked-state of the control&nbsp;</div><div><br></div><div><div><font face="Courier New, Courier, mono">void CXTPRibbonOffice2013Theme::DrawQuickAccessControl(CDC *pDC, CXTPRibbonBar* pRibbon, CXTPControl* pControl)</font></div><div><font face="Courier New, Courier, mono">{</font></div></div><div><font face="Courier New, Courier, mono">&nbsp; ...</font></div><div><font face="Courier New, Courier, mono"><br></font></div><div><div><font face="Courier New, Courier, mono">&nbsp; else if (bPressed || bPopuped )</font></div><div><font face="Courier New, Courier, mono">&nbsp; &nbsp; pDC-&gt;FillSolidRect(rcButton, m_clrQuickAccessButtonPressedBack);</font></div><div><font face="Courier New, Courier, mono"><b><i>&nbsp; else if( bChecked )</i></b></font></div><div><span style="font-family: &quot;Courier New&quot;, Courier, mono;"><b><i>&nbsp; &nbsp; &nbsp;pDC-&gt;FillSolidRect(rcButton, m_clrQuickAccessButtonHotBack);</i></b></span></div></div><div><font face="Courier New, Courier, mono"><br></font></div><div><font face="Courier New, Courier, mono">&nbsp; ...</font></div><div><span style="font-family: &quot;Courier New&quot;, Courier, mono;">}</span></div><div><br></div><div>With best regards</div><div>&nbsp;Marcus</div>]]>
   </description>
   <pubDate>Sat, 12 Aug 2017 06:45:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23414&amp;PID=76028&amp;title=solved-checked-controls-in-quick-access-toolbar#76028</guid>
  </item> 
 </channel>
</rss>