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