Remove the specified CommandBar from the CommandBarCollection.
Remove the specified CommandBar from the CommandBarCollection.
public abstract void RemoveCommandBar(CommandBar);
Remove the CommandBar with given Key from the CommandBarCollection.
public abstract void RemoveCommandBar(string);
CommandBarsCollection Class | Aveva.ApplicationFramework.Presentation Namespace