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


ISelectionPalette.QueryMoreButton Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

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