Create and add to the CommandBarCollection a new CommandBar with given Key.
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);
CommandBarsCollection Class | Aveva.ApplicationFramework.Presentation Namespace