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


ISymbolSelector.SelectSymbol Method (ArcObjects .NET 10.5 SDK)
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