Create and add a new StateButtonTool object to the RootToolsCollection.
Create and add a new StateButtonTool object to the RootToolsCollection.
public abstract StateButtonTool AddStateButtonTool(string,string,Image);
Create and add a new StateButtonTool object to the RootToolsCollection.
public abstract StateButtonTool AddStateButtonTool(string,string,Image,Command);
Create and add a new StateButtonTool object to the RootToolsCollection.
public abstract StateButtonTool AddStateButtonTool(string,string,Image,string);
RootToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace