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


ISelectionPalette.QueryMoreButton 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.QueryMoreButton Method
ArcGIS Developer Help

ISelectionPalette.QueryMoreButton Method

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

Product Availability

Available with ArcGIS Desktop.

See Also

ISelectionPalette Interface