This document is archived and information here might be outdated. Recommended version. |
Returns the selected item in the SymbologyStyleClass.
[Visual Basic .NET] Public Function GetSelectedItem ( _ ) As IStyleGalleryItem
[C#] public IStyleGalleryItem GetSelectedItem ( );
[C++]
HRESULT GetSelectedItem(
void
);
Returns the selected item in the SymbologyStyleClass. If no item is selected Nothing is returned.
An item can be selected programmatically using the SelectItem method, or interactively by the end user clicking on an item in the SymbologyControl.