Professional UI Solutions
Site Map   /  Register
 
 

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.

Forums » Prof-UIS General Discussion » CExtControlBar mouse double click event Collapse All
Subject Author Date
Varun Verma Jan 6, 2012 - 4:55 AM

I took an object of CExtControlBar and when i double click it moves from its position so how can i override this feature


 

Technical Support Jan 24, 2012 - 3:05 AM

You should invoke the CExtControlBar::SetInitDesired***() methods before docking a control bar or putting it into floating state.

Technical Support Jan 12, 2012 - 2:59 AM

Please override the CExtControlBar::ToggleDocking() virtual method.

Varun Verma Jan 16, 2012 - 9:34 PM

what is the method for resizing the CExtControlBar window?