Profile Picture

Remmove formatting toolbar

Posted By Craig Browder 10 Years Ago
Author
Message
Craig Browder
Posted 10 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)

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




Similar Topics


Reading This Topic