|
Docking Microsoft® Office-style menu bars with images |
|
|
 |
BCGControlBar Pro (MFC) |
 |
BCGSuite (MFC) |
 |
BCGControlBar (Microsoft .NET) |
|
| The library provides a sophisticated set of docking Microsoft® Office-style menu bars.
A menu bar can be docked to any side of the application’s workspace or floated anywhere on the screen.
A popup menu automatically scrolls when the menu heigh is greater, than the screen size.
In the Professional Library edition, the floating menu bar has the same look as Microsoft® Office and Microsoft® Visual Studio.NET |
|
Menu bar docked on top:

|
|
Floating menu bar:

|
|
Menu bar docked on left:

|
|
| Sample code: |
CBCGMenuBar m_wndMenuBar;
int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
...
// m_wndMenuBar will automatically replace the application menu:
m_wndMenuBar.Create (this);
} |
|
|
| Prev
Next |