ArcObjects Library Reference (Controls)  

IEngineNAWindow.ItemSelectionColor Property

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

Product Availability

Available with ArcGIS Engine.

Description

The ItemSelectionColor is the color used to highlight the NALocationObject objects in the IEngineNetworkAnalystEnvironment::NAWindow.

See Also

IEngineNAWindow Interface