Common Application Framework

RootToolsCollection.AddLabelTool Method 

Create and add a new LabelTool object to the RootToolsCollection.

public abstract LabelTool AddLabelTool(
   string key,
   string text,
   Image image
);

Parameters

key
Unique key in the RootToolsCollection.
text
Caption for the tool.
image
Icon for the tool.

See Also

RootToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace