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