This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IS > ISymbolSelector Interface > ISymbolSelector.SelectSymbol Method (ArcObjects .NET 10.4 SDK) |
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).