This document is archived and information here might be outdated. Recommended version. |
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*
Index specifies the index of the current item on the multiItem.
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.