Common Application Framework

CommandBarsCollection.AddCommandBar Method

Create and add to the CommandBarCollection a new CommandBar with given Key.

Overload List

Create and add to the CommandBarCollection a new CommandBar with given Key.

public abstract CommandBar AddCommandBar(string);

Create and add to the CommandBarCollection a new CommandBar with given Key and associated Command.

public abstract CommandBar AddCommandBar(string,Command);

Create and add to the CommandBarCollection a new CommandBar with given Key and associated CommandId.

public abstract CommandBar AddCommandBar(string,string);

See Also

CommandBarsCollection Class | Aveva.ApplicationFramework.Presentation Namespace