This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindow Interface > IEngineNAWindow.ItemSelectionColor Property (ArcObjects .NET 10.5 SDK) |
The color used for selected items.
[Visual Basic .NET] Public Property ItemSelectionColor As IColor
[C#] public IColor ItemSelectionColor {get; set;}
[C++]
HRESULT get_ItemSelectionColor(
IColor** Color
);
[C++]
HRESULT put_ItemSelectionColor(
IColor* Color
);
[C++]
Parameters Color [out, retval]
Color is a parameter of type IColor Color [in]
Color is a parameter of type IColor
The ItemSelectionColor is the color used to highlight the NALocationObject objects in the IEngineNetworkAnalystEnvironment::NAWindow.