J.
J.Nagarajan
Syncfusion Team
October 16, 2007 01:46 AM UTC
Hi Stefan ,
Thanks for your interest in Syncfusion product.
If your intention is to activate the preceeding tool cursor then it can be done using the code snippet below,
[C#]
Tool tool = this.diagram1.Controller.GetTool("RectangleTool");
tool.SingleActionTool = false;
this.diagram1.Controller.RegisterTool(tool);
this.diagram1.Controller.ActivateTool(tool);
Please let me know if this helps.
Regards,
Nagaraj