CXTPDockingPane initial state |
Post Reply |
Author | |
Frank Deo
Newbie Joined: 21 January 2004 Location: United States Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 01 February 2004 at 3:01pm |
How can I set the initial state of a dockingpane so that it is hidden with its respective tab on the mainframe? Thanks, Frank |
|
vladsch
Newbie Joined: 04 February 2004 Location: Canada Status: Offline Points: 30 |
Post Options
Thanks(0)
|
In LoadFrame member function after the call to base::LoadFrame() Add: m_paneManager.HidePane(IDR_PANE_OPTIONS); Where IDR_PANE_OPTIONS is replaced by the pane id you used in the call to CreatePane. I can't tell you if this is the most efficient way but it works.
|
|
Frank Deo
Newbie Joined: 21 January 2004 Location: United States Status: Offline Points: 4 |
Post Options
Thanks(0)
|
That worked perfectly. Thanks!
Frank |
|
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 |