Group: Forum Members
Last Active: 10 Years Ago
Posts: 9,
Visits: 17
|
I am trying to remove the text formatting tool bar, and I am having some issues. I try to locate the toolbar by using the following code:
NTool tool = nDrawingView1.Controller.Tools.GetToolByName(NDWFR.ToolDragDropTarget); int idx = nDrawingView1.Controller.Tools.IndexOf(tool); nDrawingView1.Controller.Tools.Remove(tool);
However, nothing is found and therefore the remove method does not remove anything.
Can you please tell me why?
Craig
|