This document is archived and information here might be outdated.  Recommended version.


IFinder.MenuUID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IF > IFinder Interface > IFinder.MenuUID Property
ArcGIS Developer Help

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