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


IMultiItemEx.ItemMessage Property (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 > IMultiItemEx.ItemMessage Property
ArcGIS Developer Help

IMultiItemEx.ItemMessage Property

The status bar message for the item specified by the index.

[Visual Basic .NET]
Public Function get_ItemMessage ( _
    ByVal index As Integer _
) As String
[C#]
public string get_ItemMessage (
    int index
);
[C++]
HRESULT get_ItemMessage(
  long index,
  System.String* Message
);
[C++]
Parameters
index [in]

index is a parameter of type long Message [out, retval]
Message is a parameter of type BSTR*

Product Availability

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

Description

Index specifies the index of the current item on the multiItem.

Remarks

When implementing a custom multiItem, use the ItemMessage property to set the message string that appears in the statusbar of the application when the mouse passes over the specified item in this multiItem.

See Also

IMultiItemEx Interface