I want disable the "NavigationOverflowButton" in WinExplorerBar, I dont want the user to be able to select the "Add" or "Remove" buttons option. Any suggestions would be greatly appreciated.
Thanks,
Vin
With 2009.2 and later, you can set the UltraExplorerBar.NavigationOverflowButtonAreaVisible property to false.
Hi Brian, in my case i have the version 2008 Vol.3 clr 2.0 , how can i manage to do that? if there's no NavigationOverflowButtonAreaVisible available??
Thanks for your reply.
The short answer is, you can't, which is why we implemented the feature. There are ways to remove this area using the IUIElementCreationFilter interface, but with that approach the area in which it appears still has to be there, which a lot of customers were not satisfied with.