Common Application Framework

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

Create and add a new PopupContainerTool object to the RootToolsCollection.

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

Parameters

key
Unique key in the RootToolsCollection.
text
Caption for the tool.
image
Icon for the tool.
control
Control assigned to the tool.
commandId
Identifier of command which the tool is associated with.

Return Value

See Also

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