Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Does anyone know a way to get the selected Document object from the Browser in a OnContextMenu event?
I made a custom context menu button, but I can't figure out how to get the selected Document object from the context menu user event
private void UserInputEvents_OnContextMenu(SelectionDeviceEnum SelectionDevice, NameValueMap AdditionalInfo, CommandBar CommandBar)
{ ...}
or from the button click event
private void CCIFSInfoRightClick_OnExecute(NameValueMap Context)
{...}
Anyone have any insights or ideas?
Solved! Go to Solution.