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


ISelectionPalette.QueryItem Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

ISelectionPalette.QueryItem Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISelectionPalette Interface