This document is archived and information here might be outdated. Recommended version. |
UID of menu to popup in list box.
[Visual Basic .NET] Public ReadOnly Property MenuUID As UID
[C#] public UID MenuUID {get;}
UID of the context menu that will be shown when the user right-clicks a value in the result list. The standard menu esriArcMapUI.FeatureFindContextMenu can be used.
You should set the value of IMXDocument::ContextItem to an ISet containing the features returned by the search to correctly support the use of a context menu.