Hi,
To restore the default set of the tools you can use the following code:
string[] toolNames = new string[] {
NDWFR.ToolCreateGuideline,
NDWFR.ToolHandle,
NDWFR.ToolMove,
NDWFR.ToolSelector,
NDWFR.ToolContextMenu,
NDWFR.ToolKeyboard,
NDWFR.ToolInplaceEdit,
NDWFR.ToolMouseEventDelegator
};
view.Controller.Tools.SingleEnableTools(toolNames);
Best Regards,Nevron Support Team
nDrawingView.Controller.Tools.SingleEnableTool(
tool.ConnectorType =
using above code i am activating ConnectorTool. and then insert a connector, now how to disable that connector tool?
and activate default PointerTool. so i can add another nodes