<?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 : HideFlags property on Ribbon Quick Access Toolbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : HideFlags property on Ribbon Quick Access Toolbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 08:32:18 +0000</pubDate>
  <lastBuildDate>Mon, 01 May 2017 12:19:20 +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=23312</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[HideFlags property on Ribbon Quick Access Toolbar : Hello wrecks,They are xtpHideDocTemplateand...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23312&amp;PID=75759&amp;title=hideflags-property-on-ribbon-quick-access-toolbar#75759</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23312<br /><strong>Posted:</strong> 01 May 2017 at 12:19pm<br /><br />Hello wrecks,<br><br>They are <b>xtpHideDocTemplate&nbsp;</b>and <b>xtpHideRibbonTab&nbsp;</b>flags. But they haven't added to ActiveX. I will fix this. Thanks for bringing this to our attention.<br><br><table width="99%"><tr><td><pre class="BBcode">enum XTPControlHideFlags<div>{</div><div>&nbsp; &nbsp; xtpNoHide = 0, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// Control is visible.</div><div>&nbsp; &nbsp; xtpHideGeneric = 1, &nbsp; &nbsp; &nbsp; &nbsp; // Control is hidden by generic reason. &nbsp;Developer set Visible = False.</div><div>&nbsp; &nbsp; xtpHideWrap = 2, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// Control is hidden by wrap. &nbsp;Toolbar is too small and the control is wrapped.</div><div>&nbsp; &nbsp; xtpHideDockingPosition = 4, // Control is hidden by docking position. &nbsp;If a toolbar has a combobox or edit control, when the toolbar is docked in the left or in the right side of frame, the Commandbar ComboBox and Edit controls becomes hidden.</div><div>&nbsp; &nbsp; xtpHideScroll = 8, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// Control is hidden by scrolling. &nbsp;There are too many controls in a popup and the control is hidden because the popup is scrolled.</div><div>&nbsp; &nbsp; xtpHideCustomize = 16, &nbsp; &nbsp; &nbsp;// Control is hidden by customize settings. &nbsp;User removed it. &nbsp;This is only possible when customization is enabled. &nbsp;This flag is set if the user removes the control from the Add and Remove Buttons popup menu.</div><div>&nbsp; &nbsp; xtpHideExpand = 32, &nbsp; &nbsp; &nbsp; &nbsp; // If the control is rarely used and it is not visible because the intelligent menus option on and the command is a hidden command.</div><div>&nbsp; &nbsp; <b>xtpHideDocTemplate </b>= <b>64</b>, &nbsp; &nbsp;// Control is hidden because active template excluded from its list.</div><div>&nbsp; &nbsp; <b>xtpHideRibbonTab </b>= &nbsp;<b>128 &nbsp; &nbsp; </b>// Control is hidden because inactive ribbon tab.</div>};</pre></td></tr></table><br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Mon, 01 May 2017 12:19:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23312&amp;PID=75759&amp;title=hideflags-property-on-ribbon-quick-access-toolbar#75759</guid>
  </item> 
  <item>
   <title><![CDATA[HideFlags property on Ribbon Quick Access Toolbar : I have added a drop-down (xtpControlComboBox)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23312&amp;PID=75708&amp;title=hideflags-property-on-ribbon-quick-access-toolbar#75708</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8886">wrecks</a><br /><strong>Subject:</strong> 23312<br /><strong>Posted:</strong> 09 April 2017 at 10:19am<br /><br />I have added a drop-down (xtpControlComboBox) control to the Quick Access Toolbar of my Ribbon. &nbsp;I did this by making a Clone of an existing control and then using&nbsp;QuickAccessControls.AddControl. &nbsp;But the cloned control does not appear on my QAT. &nbsp;<div><br></div><div>The culprit seems to be that the HideFlags property is 128 in the new control. &nbsp;This value is not shown in the help file (only values through 32 are explained). &nbsp;</div><div><br></div><div>If I set HideFlags=0 and Visible=1 and Height=16, then my control appears!</div><div><br></div><div>Can you explain what 128 means (and perhaps 64 also?) and why my new control would have that value?&nbsp;</div>]]>
   </description>
   <pubDate>Sun, 09 Apr 2017 10:19:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23312&amp;PID=75708&amp;title=hideflags-property-on-ribbon-quick-access-toolbar#75708</guid>
  </item> 
 </channel>
</rss>