Common Application Framework

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

Create and add a new TextBoxTool object to the RootToolsCollection.

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

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.

See Also

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