Pane floated |
Post Reply |
Author | |
DPDP
Newbie Joined: 25 August 2005 Status: Offline Points: 14 |
Post Options
Thanks(0)
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.
|
|
JamesH
Senior Member Joined: 01 December 2004 Status: Offline Points: 149 |
Post Options
Thanks(0)
|
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.
|
|
DPDP
Newbie Joined: 25 August 2005 Status: Offline Points: 14 |
Post Options
Thanks(0)
|
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.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |