Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Pane floated
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Pane floated

 Post Reply Post Reply
Author
Message
DPDP View Drop Down
Newbie
Newbie


Joined: 25 August 2005
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote DPDP Quote  Post ReplyReply Direct Link To This Post Topic: Pane floated
    Posted: 26 September 2005 at 4:59pm
Is there a function call to know a pane is floated or docked by passing its ID, similar to IsPaneClosed()? If not, what is the workaround? Thanks.
Back to Top
JamesH View Drop Down
Senior Member
Senior Member


Joined: 01 December 2004
Status: Offline
Points: 149
Post Options Post Options   Thanks (0) Thanks(0)   Quote JamesH Quote  Post ReplyReply Direct Link To This Post Posted: 26 September 2005 at 6:38pm
I'm not sure about the MFC version but the active-X version has a Floating property on the pane object.  You can get this by doing a FindPane call on the dock pane controller passing in the pane ID.  If the property is true the pane is floating, if not it is docked.
Back to Top
DPDP View Drop Down
Newbie
Newbie


Joined: 25 August 2005
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote DPDP Quote  Post ReplyReply Direct Link To This Post Posted: 27 September 2005 at 7:13pm
You are right, CXTPDockingPane has IsFloating(), although CXTPDockingPaneManager does not have it.
 
And this is different from the Closed property. IsPanedClosed() exists in CXTPDockingPaneManager and IsClosed() exists in CXTPDockingPane class.
 
Thanks.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.