This document is archived and information here might be outdated. Recommended version. |
The bitmap and tooltip for the given item.
[Visual Basic .NET]
Public Sub QueryItem ( _
ByVal Index As Integer, _
ByRef Bitmap As Integer, _
ByRef Tooltip As String _
)
[C#]
public void QueryItem (
int Index,
ref int Bitmap,
ref string Tooltip
);