Common Application Framework

CommandBarsCollection.RemoveCommandBar Method

Remove the specified CommandBar from the CommandBarCollection.

Overload List

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);

See Also

CommandBarsCollection Class | Aveva.ApplicationFramework.Presentation Namespace