Common Application Framework

RootToolsCollection.AddContainerTool Method 

Create and add a new ContainerTool object to the RootToolsCollection.

public abstract ContainerTool AddContainerTool(
   string key,
   string text,
   Control control
);

Parameters

key
Unique key in the RootToolsCollection.
text
Caption for the tool.
control
Control assigned to the tool.

See Also

RootToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace