On the ultratoolbarmanager - there is a Down arrow (highlighted it says toolbar options - and the text Add and remove buttons. Is there a way to hide this down arrow?
Also, in the beginning of the toolbar there are these little side bars (can that be hidden as well?)
If you want me to attach the screenshot to help illustrate, I can.
Thanks
Here's how you disable the Toolbar Options arrow this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;Alternatively, set AllowCustomize to false under ToolbarSettings from the Custom Property Pages of UltraToolbarManager control.By sidebars I guess you refer to the grab handle. Again, set GrabHandleStyle under ToolbarSettings to None.