<?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: Ribbon bar context menu</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : SOLVED: Ribbon bar context menu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 12:06:19 +0000</pubDate>
  <lastBuildDate>Tue, 17 Aug 2010 10:38:18 +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=11797</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: Ribbon bar context menu : Using SuperMario tips I have successfully...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=59801&amp;title=solved-ribbon-bar-context-menu#59801</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5186">Squale</a><br /><strong>Subject:</strong> 11797<br /><strong>Posted:</strong> 17 August 2010 at 10:38am<br /><br />Using SuperMario tips I have successfully removed "Show Quick Access below the Ribbon" from context menu but I have found no way to do it from Customize form, tab "Quick Access".<br><br>Any idea?<br>]]>
   </description>
   <pubDate>Tue, 17 Aug 2010 10:38:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=59801&amp;title=solved-ribbon-bar-context-menu#59801</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Ribbon bar context menu : Another solution to hide these...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=58283&amp;title=solved-ribbon-bar-context-menu#58283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 11797<br /><strong>Posted:</strong> 30 April 2010 at 11:40am<br /><br />Another solution to hide these commands:<br><br><br>'Add these constants<br>Const XTP_ID_RIBBONCONTROLQUICKACCESS = 9603<br>Const XTP_ID_RIBBONCONTROLTAB = 9604<br>Const XTP_ID_RIBBONCUSTOMIZE_REMOVE = 9605<br>Const XTP_ID_RIBBONCUSTOMIZE_ADD = 9606<br>Const XTP_ID_RIBBONCUSTOMIZE = 9607<br>Const XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW = 9608<br>Const XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSABOVE = 9610<br>Const XTP_ID_RIBBONCONTROLQUICKACCESSMORE = 9611<br><br>Const XTP_ID_RIBBONCUSTOMIZE_MINIMIZE = 9612<br>Const XTP_ID_RIBBONCUSTOMIZE_COMMANDS = 9613<br>Const XTP_ID_RIBBONCUSTOMIZE_MORE = 9616<br>Const XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW_MORE = 9617<br>Const XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSABOVE_MORE = 9618<br><br>'Add these Actions<br>&nbsp;&nbsp;CommandBars.Actions.AddXTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW, "", "", "", "" 'XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW&nbsp; 9608<br>&nbsp;&nbsp;CommandBars.Actions.AddXTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW_MORE, "", "", "", "" 'XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW_MORE 9617<br>&nbsp;&nbsp;CommandBars.Actions.Add XTP_ID_RIBBONCUSTOMIZE_REMOVE, "", "", "", "" ' XTP_ID_RIBBONCUSTOMIZE_REMOVE 9605<br>&nbsp;&nbsp;CommandBars.Actions.Add XTP_ID_RIBBONCUSTOMIZE_ADD, "", "", "", "" ' XTP_ID_RIBBONCUSTOMIZE_ADD 9606<br>&nbsp;&nbsp;CommandBars.Actions.Add XTP_ID_RIBBONCUSTOMIZE_MINIMIZE, "", "", "", "" ' XTP_ID_RIBBONCUSTOMIZE_MINIMIZE 9612<br>&nbsp;&nbsp;CommandBars.Actions.Add XTP_ID_RIBBONCUSTOMIZE, "", "", "", "" ' XTP_ID_RIBBONCUSTOMIZE 9607<br><br>'Filter by ID<br>Private Sub CommandBars_ControlRButtonUp(ByVal Control As XtremeCommandBars.ICommandBarControl)<br><br>&nbsp;&nbsp;'This will remove the add\remove option for quick access<br>&nbsp;&nbsp;If Control.Id = ID_FILE_NEW Then<br>&nbsp;&nbsp; CommandBars.Actions(XTP_ID_RIBBONCUSTOMIZE_REMOVE).Visible = False<br>&nbsp;&nbsp; CommandBars.Actions(XTP_ID_RIBBONCUSTOMIZE_ADD).Visible = False<br>&nbsp;&nbsp;End If<br>&nbsp;&nbsp;<br>End Sub<br>]]>
   </description>
   <pubDate>Fri, 30 Apr 2010 11:40:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=58283&amp;title=solved-ribbon-bar-context-menu#58283</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Ribbon bar context menu : Thanks a lot Oleg. Problem solved....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=39885&amp;title=solved-ribbon-bar-context-menu#39885</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4391">cmdbarSys</a><br /><strong>Subject:</strong> 11797<br /><strong>Posted:</strong> 14 August 2008 at 6:15pm<br /><br />Thanks a lot Oleg. Problem solved. <DIV></DIV>Could you please let me know where to change the icon and the topic description(saying "SOLVED")&nbsp;when the problem is solved.]]>
   </description>
   <pubDate>Thu, 14 Aug 2008 18:15:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=39885&amp;title=solved-ribbon-bar-context-menu#39885</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Ribbon bar context menu : You can hide these buttons in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=39823&amp;title=solved-ribbon-bar-context-menu#39823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11797<br /><strong>Posted:</strong> 13 August 2008 at 4:15pm<br /><br />You can hide these buttons in Update handler.<DIV>&nbsp;</DIV><DIV>Add this line to even to find out Ids of these commands:</DIV><DIV>&nbsp;</DIV><DIV>If (Control.Parent.Position = xtpBarPopup) Then Debug.Print Control.Id</DIV>]]>
   </description>
   <pubDate>Wed, 13 Aug 2008 16:15:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=39823&amp;title=solved-ribbon-bar-context-menu#39823</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Ribbon bar context menu : No it did not work. I still see...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=39787&amp;title=solved-ribbon-bar-context-menu#39787</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4391">cmdbarSys</a><br /><strong>Subject:</strong> 11797<br /><strong>Posted:</strong> 13 August 2008 at 9:30am<br /><br /><P>No it did not work. I still see three options in the context menu of the ribbon bar.</P>]]>
   </description>
   <pubDate>Wed, 13 Aug 2008 09:30:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=39787&amp;title=solved-ribbon-bar-context-menu#39787</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Ribbon bar context menu : Hi,  Use AllowQuickAccessCustomization...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=39771&amp;title=solved-ribbon-bar-context-menu#39771</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11797<br /><strong>Posted:</strong> 13 August 2008 at 1:23am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Use AllowQuickAccessCustomization property.</DIV>]]>
   </description>
   <pubDate>Wed, 13 Aug 2008 01:23:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=39771&amp;title=solved-ribbon-bar-context-menu#39771</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Ribbon bar context menu :  Hi,  When I right-click beside...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=39750&amp;title=solved-ribbon-bar-context-menu#39750</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4391">cmdbarSys</a><br /><strong>Subject:</strong> 11797<br /><strong>Posted:</strong> 12 August 2008 at 11:33am<br /><br />Hi,<div>&nbsp;</div><div>When I right-click beside the tabs in ribbon bar I just want to have"Minimize the ribbon bar" option and no other options. If that is not possible I want to get rid of the right click functionality because I can minimize the ribbon bar using Ctrl+F1. Please help me in this regard.</div><div>&nbsp;</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Tue, 12 Aug 2008 11:33:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11797&amp;PID=39750&amp;title=solved-ribbon-bar-context-menu#39750</guid>
  </item> 
 </channel>
</rss>