|
Visual StudioŽ 2005/2008-style docking |
|
|
 |
BCGControlBar Pro (MFC) |
 |
BCGSuite (MFC) |
 |
BCGControlBar (Microsoft .NET) |
|
Using a new docking mechanism, you will see exactly where the dragged window can be docked. Small markers will indicate sides where the bar is allowed to be docked.
You can customize colors and shapes of docking indicators (markers). |
|
Standard smart docking markers:

|
|
Smart docking markers with custom colors and shapes:

|
|
|
|
| Sample code: |
// Enable VS 2005/2008-style docking mode:
CBCGPDockManager::SetDockStyle (DT_SMART); |
|
|
| Prev
Next |