Common Application Framework

RootToolsCollection.AddPopupContainerTool Method (String, String, Image, Control)

Create and add a new PopupContainerTool object to the RootToolsCollection.

public abstract PopupContainerTool AddPopupContainerTool(
   string key,
   string text,
   Image image,
   Control control
);

Parameters

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

See Also

RootToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace | RootToolsCollection.AddPopupContainerTool Overload List