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


IMultiItemEx Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IM > IMultiItemEx Interface
ArcGIS Developer Help

IMultiItemEx Interface

Provides access to members that define a multiItem with extended features.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The IMultiItemEx interface provides additional properties for custom MultiItems. You would implement the IMultiItem interface to create a custom multiItem. Additionally, you can implement the IMultItemEx interface if you wanted to assign separate meassages, help files, and help context ids to each item in the multItem.

Members

Name Description
Read-only property ItemHelpContextID The help context ID associated with the item specified by the index.
Read-only property ItemHelpFile The name of the help file associated with the item specified by the index.
Read-only property ItemMessage The status bar message for the item specified by the index.

Classes that implement IMultiItemEx

Classes Description