<?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 disable docking panes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : how to disable docking panes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 17:07:08 +0000</pubDate>
  <lastBuildDate>Thu, 09 Dec 2004 22:35:06 +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=1511</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 disable docking panes : You can&amp;#039;t grey the pane out,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1511&amp;PID=4335&amp;title=how-to-disable-docking-panes#4335</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1511<br /><strong>Posted:</strong> 09 December 2004 at 10:35pm<br /><br />You can't grey the pane out, but to disable the pane you can use theAction event.&nbsp; (I haven't tested this, so it might not work, I amnot at computer with codejock now).&nbsp; In the Action event, trysomething like:<br><br>If Pane.Id = ID_OF_PANE_TO_DISABLE then<br>&nbsp;&nbsp;&nbsp;&nbsp; Cancel = TRUE<br>....Then disable the form that is attached to the pane.<br>Else<br>......<br>End If<br><br>IfI am correct, this should disable all pane actions.&nbsp; Anddisableing the form will make all controls inactive.&nbsp; If thatdon't work, place the controls on the form in a picturebox, this wayyou can disable the picturebox along with all the controls within it.<br>]]>
   </description>
   <pubDate>Thu, 09 Dec 2004 22:35:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1511&amp;PID=4335&amp;title=how-to-disable-docking-panes#4335</guid>
  </item> 
  <item>
   <title><![CDATA[how to disable docking panes : Is there a way to disable/gray...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1511&amp;PID=4333&amp;title=how-to-disable-docking-panes#4333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 1511<br /><strong>Posted:</strong> 09 December 2004 at 12:43pm<br /><br />Is there a way to disable/gray out a docking pane ! In my VB app there are some parts in a docking pane which should be only useable when certain circumstances are given. While not I want to deactivate the pane - but I donīt know how to do this ...<IMG src="http://forum.codejock.com/smileys/smiley19.gif" border="0">]]>
   </description>
   <pubDate>Thu, 09 Dec 2004 12:43:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1511&amp;PID=4333&amp;title=how-to-disable-docking-panes#4333</guid>
  </item> 
 </channel>
</rss>