ESRI.ArcGIS.ADF.Tasks
FeatureHighlightColor Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > FindAddressTask Class : FeatureHighlightColor Property




Property redefined here to hide base class definition since this is not relevant to this task.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Shadows ReadOnly Property FeatureHighlightColor As Color
Visual Basic (Usage)Copy Code
Dim instance As FindAddressTask
Dim value As Color
 
value = instance.FeatureHighlightColor
C# 
[BrowsableAttribute(false)]
public new Color FeatureHighlightColor {get;}

Remarks

This property is not used by the task. It is inherited from the base task class as a property determining the color for highlighted features which no longer applies to this task.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.