AD
Administrator
Syncfusion Team
September 21, 2004 01:53 PM UTC
Hi Sean,
You could hide/show a XPMenus.Bar using the following code :
CommandBar cmdbar = this.mainFrameBarManager1.GetBarControl(bar);
cmdbar.Visible = false; // false to hide, true to show
Let me know if you need any additional information.
Regards,
Guru Patwal
Syncfusion, Inc.