How to know how many pane in one mini wnd? |
Post Reply |
Author | |
nick_w
Newbie Joined: 15 July 2010 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 23 July 2010 at 12:45pm |
Hi,
I have the following code in my project:
CXTPDockingPane* pPane = m_oPaneManager.FindPane(ID_PANE_DDO); Now, I need to know how many panes this mini wnd holds. Can somebody help? Thanks.
BTW, I am using Visual C++.
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
With ActiveX (VB):
Me.DockingPaneMainform.FindPane(1).ParentContainer.Count 'Holds the number of panes docked inside container
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
nick_w
Newbie Joined: 15 July 2010 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
Thanks. But I am using Visual C++ MFC. I can't find the similar function in there.
|
|
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 |