I am using Bing Maps API and I have to temporaily block zoom. Plese tell me how to do that using Java Script? I relize that I have to block some key controls and remove + / - buttons from default Bing Map controls.
Edit; To hide controlls I can use VEMap.HideDashboard Method. But how to block response for some keys? Do I have to overload some methods?