I'm sorry for a dumb question like this, but I'm not seeing it answered in the docs, examples, or forum posts. What is the proper way to show/hide a toolbar in Office 2003 mode? For example in the Delphi IDE I can right click the toolbar area and get a popup menu of checkable menu items to select or deselect which toolbars are visible. How do I do this with the TMS toolbar controls? Not the popup menu part but effectively show or hide the toolbar since there does not seem to be a "visible" property. Is it one of the insert/remove methods of TAdvDockPanel? RemoveControl? RemoveComponent?
Or I see perhaps there is a visible property but it is only available in code and not in the object inspector at design time?
The Visible property can be used. We have indeed not published this property. It is as such currently only available at runtime.