Hi,
I want to show a tooptiptext when a mouse click in a textnode.
This doesn't show me anything:
public Node nodoActivo;
nodoActivo = (Node)this.diagram1.Controller.GetNodeUnderMouse(new Point(e.X, e.Y));
nodoActivo.ToolTipText = "Punto Vivo";
Can you help me?