Thread: Control bars
View Single Post

  #2 (permalink)  
Old 01-11-2005
Jaba Jaba is offline
Junior Member
Yellow Belt
 
Join Date: Jan 2005
Posts: 21
You normally could do it thanks to the following lines of C# code :

object temp = "Drawing";
MapPoint.Toolbar toolbar = this.axMappointControl1.Toolbars.get_Item(ref temp);
toolbar.Visible = true;
Reply With Quote