I can easily make a toolbar visible using:
object temp = "Drawing";
MapPoint.Toolbar toolbar = this.map.Toolbars.get_Item(ref temp);
toolbar.Visible = true;
Does anyone know if its possible to 'lock' the toolbars in place, so that they can't be drug off the application or moved around, and if so how?
Thanks for the help!