Common Application Framework

RootToolsCollection.AddComboBoxTool Method (String, String, Image, String)

Create and add a new ComboBoxTool object to the RootToolsCollection.

public abstract ComboBoxTool AddComboBoxTool(
   string key,
   string text,
   Image image,
   string commandId
);

Parameters

key
Unique key in the RootToolsCollection.
text
Caption for the tool.
image
Icon for the tool.
commandId
Id of command which the tool is associated with.

See Also

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