Displays the MenuTool as a context popup at the current mouse position.
Displays the MenuTool as a context popup at the current mouse position.
public abstract void ShowPopup();
Displays the MenuTool as a context popup with given context at the current mouse position.
public abstract void ShowPopup(string);
MenuTool Class | Aveva.ApplicationFramework.Presentation Namespace