|
 |
BCGControlBar Pro (MFC) |
 |
BCGSuite (MFC) |
 |
BCGControlBar (Microsoft .NET) |
|
MDI Tab Control |
BCGControlBar Library provides a simple and flexible mechanism for MDI document access: MDI Tabs. The tab control appearance can be fully customized. |
|
VS 2005-style MDI Tabs

|
|
VS.NET 2003-style MDI Tabs

|
|
OneNote-style MDI Tabs

|
|
Sample code: |
int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
...
EnableMDITabs (TRUE, FALSE /* No icons */, CBCGPTabWnd::LOCATION_TOP,
TRUE /* Has "Close" button */, CBCGPTabWnd::STYLE_3D_VS2005);
GetMDITabs().EnableTabDocumentsMenu ();
...
} |
|
|
Prev
Next |