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