Group: Forum Members
Last Active: 3 Years Ago
Posts: 36,
Visits: 119
|
How do I programmatically change the selected tool on the NDrawingView control. Currently when you select a tool it stays selected until you choose a new tool. What I would like to do is after a rectangle is added change the tool to NSelector tool. Thanks, Ashley
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
NDrawingView nDrawingView = new NDrawingView(); ... nDrawingView.Controller.Tools.SingleEnableTool(NDWFR.ToolSelector);
Best Regards, Nevron Support Team
|