<?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 : How to remove a Docking Pane border</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : How to remove a Docking Pane border]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 09:44:49 +0000</pubDate>
  <lastBuildDate>Mon, 27 Nov 2017 04:20:33 +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=23503</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[How to remove a Docking Pane border : I tried to remove a border of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23503&amp;PID=76323&amp;title=how-to-remove-a-docking-pane-border#76323</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9210">rina2,lee</a><br /><strong>Subject:</strong> 23503<br /><strong>Posted:</strong> 27 November 2017 at 4:20am<br /><br /><img src="uploads/9210/20170926-024040_border_red_.png" border="0" /><br /><br />I tried to remove a border of DockingPane. (I colored it as red).<br />there is a no option to remove a border...<br /><br />//////////////////////////////////////////////////////////////////////////////<br />....<br />m_paneManager.InstallDockingPanes(this, false); <br />m_paneManager.LockSplitters(TRUE); <br />m_paneManager.ModifyStyle(WS_CAPTION,0); m_paneManager.SetDefaultPaneOptions(xtpPaneNoHideable|xtpPaneNoHoverShow);<br /><br />CXTPDockingPane* pPaneTab = m_paneManager.CreatePane(IDR_PANE_TAB, XTP_DPI(CRect(0, 0,1636, 36)), xtpPaneDockTop,0);<br />pPaneTab-&gt;SetOptions(xtpPaneNoFloatable|xtpPaneNoCaption|xtpPaneNoDockable);<br /><br />CXTPDockingPane* pPaneExplorer = m_paneManager.CreatePane(IDR_PANE_EXPLORER, XTP_DPI(CRect(0, 0,280, 120)), xtpPaneDockRight, 0); <br />pPaneExplorer-&gt;SetOptions(xtpPaneNoFloatable|xtpPaneNoCaption|xtpPaneNoDockable);<br /><br />CXTPDockingPane* pPaneHistory = m_paneManager.CreatePane(IDR_PANE_LIST, XTP_DPI(CRect(0, 0,280, 30)), xtpPaneDockBottom, pPaneExplorer);<br />pPaneHistory-&gt;SetOptions(xtpPaneNoFloatable|xtpPaneNoCaption|xtpPaneNoDockable);<br />...<br />}<br />/////////////////////////////////////////////////////////////////////////////]]>
   </description>
   <pubDate>Mon, 27 Nov 2017 04:20:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23503&amp;PID=76323&amp;title=how-to-remove-a-docking-pane-border#76323</guid>
  </item> 
 </channel>
</rss>