Common Application Framework

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

Create and add a new TextBoxTool object to the RootToolsCollection.

public abstract TextBoxTool AddTextBoxTool(
   string key,
   string text,
   Image image,
   string val,
   string commandId
);

Parameters

key
Unique key in the RootToolsCollection.
text
Caption for the tool.
image
Icon for the tool.
val
Textual value to be displayed in the tool.
commandId
Identifier of command which the tool is associated with.

See Also

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