ArcObjects Library Reference (ArcMapUI)  

IFinder.MenuUID Property

UID of menu to popup in list box.

[Visual Basic .NET]
Public ReadOnly Property MenuUID As UID
[C#]
public UID MenuUID {get;}

Product Availability

Available with ArcGIS Desktop.

Description

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.

See Also

IFinder Interface