Programatically hide toolbar

Using ES 2.1.0.9 How can I programatically hide/show a toolbar? I am using the XPMenus and not the command bars. Thanks, Sean

1 Reply

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.

Loader.
Up arrow icon