<?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 : CommandBars, DockingPane and popup menus</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : CommandBars, DockingPane and popup menus]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 15:23:19 +0000</pubDate>
  <lastBuildDate>Mon, 14 Feb 2005 15:07:30 +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=1785</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[CommandBars, DockingPane and popup menus : You can actually use both methods....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1785&amp;PID=5113&amp;title=commandbars-dockingpane-and-popup-menus#5113</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 1785<br /><strong>Posted:</strong> 14 February 2005 at 3:07pm<br /><br /><P>You can actually use both methods.&nbsp; Where possible, I find it easier to expose the CommandBars object from the MainFrame.&nbsp; I say this because you already have the 'Execute' and 'Update' event handlers established.</P><P>If you find that your docking pane is more of a stand-alone item that wouldn't benefit from sharing the CommandBars on the MainFrame, you can create your own instance of CommandBars on that pane.</P><P>As a general rule, you can create multiple instances of CommandBars and DockingPane so long as two instances of the same object are not at the same child level of the same container.&nbsp; If you ever need multiple instances of the CommandBars or DockingPane on the same container, place them in PictureBox controls (for Visual Basic) or Panels (for C#).</P>]]>
   </description>
   <pubDate>Mon, 14 Feb 2005 15:07:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1785&amp;PID=5113&amp;title=commandbars-dockingpane-and-popup-menus#5113</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars, DockingPane and popup menus : Hi  I use both CommandBars and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1785&amp;PID=5112&amp;title=commandbars-dockingpane-and-popup-menus#5112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=979">blazej</a><br /><strong>Subject:</strong> 1785<br /><strong>Posted:</strong> 14 February 2005 at 3:01pm<br /><br />Hi<br /><br />I use both CommandBars and DockingPane together.  I have a bunch of dockable panes.  I would like to display context menus (popups) in various panes.  Now, I have one CommandBars object living in MainFrame.  Should I add a separate CommandBars to each pane?  Can I actually do it?  Or should I expose the CommandBars from the main frame for all panes to use?  What's the "best usage"?<br /><br />Thanks in advance<br /><br />Michal Blazejczyk]]>
   </description>
   <pubDate>Mon, 14 Feb 2005 15:01:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1785&amp;PID=5112&amp;title=commandbars-dockingpane-and-popup-menus#5112</guid>
  </item> 
 </channel>
</rss>