<?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 check if Pane pinned</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : How to check if Pane pinned]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 17:10:29 +0000</pubDate>
  <lastBuildDate>Sun, 14 Feb 2010 09:40:16 +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=16186</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 check if Pane pinned : Hi Chris,  You could do that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16186&amp;PID=56783&amp;title=how-to-check-if-pane-pinned#56783</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16186<br /><strong>Posted:</strong> 14 February 2010 at 9:40am<br /><br />Hi Chris,<DIV>&nbsp;</DIV><DIV>You could do that or... </DIV><DIV>&nbsp;</DIV><DIV>There's a property Pane.Hidden but I don't know if this covers all cases. You could try though...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 14 Feb 2010 09:40:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16186&amp;PID=56783&amp;title=how-to-check-if-pane-pinned#56783</guid>
  </item> 
  <item>
   <title><![CDATA[How to check if Pane pinned : Thanks Aaron,That means I must...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16186&amp;PID=56774&amp;title=how-to-check-if-pane-pinned#56774</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 16186<br /><strong>Posted:</strong> 14 February 2010 at 3:35am<br /><br />Thanks Aaron,<br><br>That means I must catch the user in the act of pinning the Pane.<br><br>I was hoping for a property that I could check at a later time,<br>&nbsp;&nbsp; eg.&nbsp; Pane.Pinned = True&nbsp;&nbsp; ?<br><br><br>But if there is only the Action, I guess I can set my own variable in the Action, and then check the variable later?<br>]]>
   </description>
   <pubDate>Sun, 14 Feb 2010 03:35:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16186&amp;PID=56774&amp;title=how-to-check-if-pane-pinned#56774</guid>
  </item> 
  <item>
   <title><![CDATA[How to check if Pane pinned : Hi Chris,  You can check this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16186&amp;PID=56773&amp;title=how-to-check-if-pane-pinned#56773</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16186<br /><strong>Posted:</strong> 14 February 2010 at 2:19am<br /><br />Hi Chris,<DIV>&nbsp;</DIV><DIV>You can check this in DockingPane Action event:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub DockingPaneMain_Action(ByVal Action As XtremeDockingPane.DockingPaneAction, ByVal pane As XtremeDockingPane.IPane, ByVal Container As XtremeDockingPane.IPaneActionContainer, Cancel As Boolean)<BR>&nbsp;&nbsp;&nbsp; </DIV><DIV>&nbsp;&nbsp;&nbsp; If Action = PaneActionPinned Then</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .....</DIV><DIV>&nbsp;&nbsp;&nbsp; End If<BR></DIV><DIV>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 14 Feb 2010 02:19:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16186&amp;PID=56773&amp;title=how-to-check-if-pane-pinned#56773</guid>
  </item> 
  <item>
   <title><![CDATA[How to check if Pane pinned : I have a Pane normally set to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16186&amp;PID=56764&amp;title=how-to-check-if-pane-pinned#56764</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 16186<br /><strong>Posted:</strong> 13 February 2010 at 6:12am<br /><br />I have a Pane normally set to autohide. The user can click the little pin to prevent Pane from hiding. This all works OK.<br><br>How can I check if the Pane is pinned or not?<br>]]>
   </description>
   <pubDate>Sat, 13 Feb 2010 06:12:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16186&amp;PID=56764&amp;title=how-to-check-if-pane-pinned#56764</guid>
  </item> 
 </channel>
</rss>