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


ISelectionPalette.QueryItem Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IS > ISelectionPalette Interface > ISelectionPalette.QueryItem Method
ArcGIS Developer Help

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