This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IS > ISelectionPalette Interface > ISelectionPalette.QueryItem Method (ArcObjects .NET 10.4 SDK) |
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 );