This document is archived and information here might be outdated. Recommended version. |
Displays a dialog that lets the user select a symbol.
[Visual Basic .NET]
Public Function SelectSymbol ( _
ByVal hWnd As Integer _
) As Boolean
[C#]
public bool SelectSymbol (
int hWnd
);
The SelectSymbol method is used to display the dialog box; check the return value to determine if the user clicked OK (True) or Cancel (False).