This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IS > ISelectionPalette Interface > ISelectionPalette.QueryMoreButton Method (ArcObjects .NET 10.4 SDK) |
The tooltip and text for the given more button.
[Visual Basic .NET] Public Sub QueryMoreButton ( _ ByVal Index As Integer, _ ByRef Tooltip As String, _ ByRef Name As String _ )
[C#] public void QueryMoreButton ( int Index, ref string Tooltip, ref string Name );