Hi,
I am using the ContextMenuUltra property to reference a popup menu. The menu shows up when I right click on the menu item and the correct toolclick event is fired based on my menu selection but the correct Active UltraExplorerBarItem is not set correctly. How do I get the right mouse click to set the Activeitem property.
Thanks
RIch
Handle MouseDown and use the ItemFromPoint method to get a reference to the item at the cursor position, if any. Note that this method will return null when there is no item, so be sure to check for null before accessing the object.