Thread
:
Control bars
View Single Post
#
2
(
permalink
)
01-11-2005
Jaba
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;
Jaba
View Public Profile
Send a private message to Jaba
Find all posts by Jaba