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