Print Page | Close Window

Tabbed panes visibility?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=9500
Printed Date: 12 December 2024 at 3:49pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Tabbed panes visibility?
Posted By: andrewg
Subject: Tabbed panes visibility?
Date 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.



Replies:
Posted By: Oleg
Date Posted: 05 February 2008 at 12:57pm
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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net