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 » How to make content of CExtControlBar visible during dragging Collapse All
Subject Author Date
Thees Schwab Jan 17, 2005 - 9:53 AM

Another question:

How do I make the contents of CExtControlBars visible while they are beeing dragged so those blue docking buttons can be used?

Thees Schwab Jan 17, 2005 - 10:24 AM

Found the solution myself already... Thanks :)

Technical Support Jan 18, 2005 - 7:39 AM

We guess you have found the following properties and constants in the source code and help file:
1) static CExtControlBar::g_eResizablePanelDockingType - type of the drag-and-drop based docking algorithm for resizable control bars
__RESIZABLE_DOCKING_TYPE_BY_THEME - depends on the currently installed Paint Manager component
__RESIZABLE_DOCKING_TYPE_STUDIO_2003 - always as in Visual Studio .NET 2002/2003
__RESIZABLE_DOCKING_TYPE_STUDIO_2005 - always as in Visual Studio 2005

2) static CExtControlBar::g_eAutoHideTabsType - type of the auto-hide tab areas
__AUTOHIDE_TABS_TYPE_BY_THEME - depends on the currently installed Paint Manager component
__AUTOHIDE_TABS_TYPE_STUDIO_2003 - always as in Visual Studio .NET 2002/2003
__AUTOHIDE_TABS_TYPE_STUDIO_2005 - always as in Visual Studio 2005