<?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 : Docking pane gripper</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Docking pane gripper]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 11:48:24 +0000</pubDate>
  <lastBuildDate>Wed, 22 Sep 2004 06:16:41 +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=1191</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[Docking pane gripper : That works just fine now. The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1191&amp;PID=3211&amp;title=docking-pane-gripper#3211</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=615">Woody</a><br /><strong>Subject:</strong> 1191<br /><strong>Posted:</strong> 22 September 2004 at 6:16am<br /><br />That works just fine now. The gripper is still visible, but at least it won't dock elsewhere.<br>Many thanks for the reply.<br>]]>
   </description>
   <pubDate>Wed, 22 Sep 2004 06:16:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1191&amp;PID=3211&amp;title=docking-pane-gripper#3211</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane gripper : If Action = PaneActionAttaching...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1191&amp;PID=3207&amp;title=docking-pane-gripper#3207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1191<br /><strong>Posted:</strong> 22 September 2004 at 12:02am<br /><br />&nbsp;&nbsp;&nbsp; If Action = PaneActionAttaching Or Action = PaneActionFloating Or (Action = PaneActionDocking And Not Pane.Hidden) Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cancel = True<BR>&nbsp;&nbsp;&nbsp; End If<BR>]]>
   </description>
   <pubDate>Wed, 22 Sep 2004 00:02:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1191&amp;PID=3207&amp;title=docking-pane-gripper#3207</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane gripper : That removes the title caption...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1191&amp;PID=3200&amp;title=docking-pane-gripper#3200</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=615">Woody</a><br /><strong>Subject:</strong> 1191<br /><strong>Posted:</strong> 21 September 2004 at 7:26am<br /><br />That removes the title caption and pinning button which I need, and effectively turns it into a splitter.<br>Is this the only way to make a pane not moveable? ]]>
   </description>
   <pubDate>Tue, 21 Sep 2004 07:26:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1191&amp;PID=3200&amp;title=docking-pane-gripper#3200</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane gripper : IDockingPaneOptions::ShowCaption...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1191&amp;PID=3197&amp;title=docking-pane-gripper#3197</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1191<br /><strong>Posted:</strong> 21 September 2004 at 7:13am<br /><br />IDockingPaneOptions::ShowCaption = False]]>
   </description>
   <pubDate>Tue, 21 Sep 2004 07:13:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1191&amp;PID=3197&amp;title=docking-pane-gripper#3197</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane gripper : Is there a way to remove/hide...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1191&amp;PID=3183&amp;title=docking-pane-gripper#3183</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=615">Woody</a><br /><strong>Subject:</strong> 1191<br /><strong>Posted:</strong> 20 September 2004 at 11:38am<br /><br />Is there a way to remove/hide the gripper from Docking Panes like you can in CommandBars?<br><br>And make a pane not moveable? <br><br>Pane.Options = PaneNoCloseable Or PaneNoFloatable doesn't do it, and in an earlier post you said to use the following:<br><br>Private Sub DockingPaneManager_Action(ByVal Action AsXtremeDockingPane.DockingPaneAction, ByVal Pane AsXtremeDockingPane.IPane, Cancel As Boolean)<br>&nbsp;&nbsp;&nbsp; Cancel = True<br>End Sub<br><br>But this cancels all Actions. I have tried the following:<br><br>Private Sub DockingPane1_Action(ByVal Action AsXtremeDockingPane.DockingPaneAction, ByVal Pane AsXtremeDockingPane.IPane, Cancel As Boolean)<br>&nbsp;&nbsp; If Action = PaneActionDocking Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cancel = True<br>&nbsp;&nbsp; End If<br>End Sub<br><br>but I'm not sure which Action should stop docking, or what I'm doing wrong.<br>any help appreciated, thanks.<br><br><br>]]>
   </description>
   <pubDate>Mon, 20 Sep 2004 11:38:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1191&amp;PID=3183&amp;title=docking-pane-gripper#3183</guid>
  </item> 
 </channel>
</rss>