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


ISymbolSelector.SelectSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IS > ISymbolSelector Interface > ISymbolSelector.SelectSymbol Method
ArcGIS Developer Help

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