J.
J.Nagarajan
Syncfusion Team
August 28, 2006 10:28 AM UTC
Hi Lan,
Thanks for your interest in Syncfusion products.
The Tool.Active is no longer work for the v.4.2.0.60.You can use Tool.InAction property which indicates whether the tool is currently active or not.Please refer the following code snippet
Tool pTool=this.diagram.Controller.GetTool("ZoomTool");
if (!pTool.InAction)
{
}
Please let me know if you have any questions.
Thanks,
Nagaraj