Common Application Framework

RootToolsCollection.AddButtonTool Method

Create and add a new ButtonTool object to the RootToolsCollection.

Overload List

Create and add a new ButtonTool object to the RootToolsCollection.

public abstract ButtonTool AddButtonTool(string,string,Image);

Create and add a new ButtonTool object to the RootToolsCollection.

public abstract ButtonTool AddButtonTool(string,string,Image,Command);

Create and add a new ButtonTool object to the RootToolsCollection.

public abstract ButtonTool AddButtonTool(string,string,Image,string);

See Also

RootToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace