Does the Bing maps control (Microsoft.Maps.Map) offer an API for removing itself (and its child controls) from the tab order?
Alternatively, is there an appropriate callback (post rendering) I can use to set the tabIndex recursively on all elements once the map has rendered itself?
NB: I've seen there are options at construction time for specifying whether to render the map type selector/locate me button/zoom buttons. But lets assume we want to render those controls just remove them from the tab order.