ArcObjects Library Reference (SystemUI)  

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,
  BSTR* 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