This document is archived and information here might be outdated. Recommended version. |
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
);