ArcObjects Library Reference (Controls)  

ISymbologyStyleClass.UnselectItem Method

Unsets the selected item in the SymbologyStyleClass.

[Visual Basic .NET]
Public Sub UnselectItem ( _
)
[C#]
public void UnselectItem (
);
[C++]
HRESULT UnselectItem(
void
);

Product Availability

Available with ArcGIS Engine.

Description

Unselects the item selected in the SymbologyStyleClass.

See Also

ISymbologyStyleClass Interface