ArcObjects Library Reference (DisplayUI)  

ISymbolSelector.SelectSymbol Method

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

Product Availability

Available with ArcGIS Desktop.

Description

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

See Also

ISymbolSelector Interface

.NET Related Topics

DisplayUI