AD
Administrator
Syncfusion Team
February 15, 2005 04:42 PM UTC
Hi Dan,
The Diagram SelectTool is enabled by default, and no extra code is required to be able to select diagram objects. Unless your symbol''s EditStyle.AllowSelect property has been explicitly set to FALSE, you should be able to select the node by clicking on it.
It looks like the problem may be tied to certain conditions that are exclusive to your application. Can you please send me a sample that shows the condition?
Thanks,
Prakash
DA
Dan
February 15, 2005 04:49 PM UTC
Now that you mentioned the method I spotted it straight away. In the sub new of my custom symbol class I had Me.EditStyle.AllowSelect = false burried with in the code.
Thanks for the heads up!