How to dock/float CXTDockWindow from code |
Post Reply |
Author | |
Kimeli
Newbie Joined: 14 July 2003 Location: Finland Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 28 July 2003 at 3:06am |
Could someone help me and tell how to dock and float CXTDockWindow from code. I have tried to do this using various set of methods CXTControlBar::IsFloating(), CControlBar::DockControlBar(...), CControlBar::FloatControlBar(...), CControlBar::GetDockingFrame(), but got no work.
Wanted operation that I need is the same one that double clicking to CXTDockWindow caption does, but by the code.
Thanks anyway |
|
Paddy
Groupie Joined: 28 July 2003 Status: Offline Points: 15 |
Post Options
Thanks(0)
|
Hi, I do that in my bars with this code:
if (m_pDockContext == NULL) That's all... HTH,
Paddy |
|
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 |