Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Ivan Belous
|
Oct 5, 2016 - 3:32 PM
|
Hello,
I try to use EnableDocking( CBRS_BORDER_LEFT ), but i has no effect. I have always the same behavior like CBRS_ALIGN_ANY.
if( m_wnBar.Create( _T("Bar"), this,ID_VIEW) ){ m_wnBar.EnableDocking( m_devEnableDockingInvDlg ); m_wnBar.DockControlBar( CBRS_BORDER_LEFT , 2, this, false ); //DockControlBar( &m_wnBar, CBRS_BORDER_LEFT ); }
|
|
TSELLC Support
|
Oct 6, 2016 - 4:23 AM
|
|
|