Group: Forum Members
Last Active: 3 Years Ago
Posts: 36,
Visits: 119
|
In using the NDiagramCommandBarsManager component how do I programmatically hide the menu bar? Also how would I hide the various tool bars that are displayed? I do not need all of them. Thanks, Ashley
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Ashley, To hide a toolbar from a NDiagramCommandBarsManager you just need to call it Hide method: For example the menu bar is the first toolbar in NDiagramCommandBarsManager.Toolbars collection, so to hide it you need to do the following: nDiagramCommandBarsManager1.Toolbars[0].Hide();
Best Regards, Nevron Support Team
|