Tabbed panes visibility? |
Post Reply |
Author | |
andrewg
Groupie Joined: 24 September 2007 Status: Offline Points: 41 |
Post Options
Thanks(0)
Posted: 05 February 2008 at 10:55am |
We wish to iterate through a couple of panes whcih are tabbed and determine which one is visible and which ones are hidden due to the tabbing. I'm sure there's an easy way of doing this but I can't seem to figure it out. IsHidden() does not seem to work for me in this context.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
You need get container of Pane:
CXTPDockingPaneTabbedContainer* pContainer = (CXTPDockingPaneTabbedContainer*)pPane->GetContainer()
and use methods of CXTPDockingPaneTabbedContainer to itereate panes.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |