ESRI.ArcGIS.ADF.Web.UI.WebControls
FeatureSelectionColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanelTask Class : FeatureSelectionColor Property




Color with which features will display on the map when selected in the task results.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("FeatureSelectionColor")>
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Task")>
<PersistenceModeAttribute()>
Public Overridable Property FeatureSelectionColor As Color
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanelTask
Dim value As Color
 
instance.FeatureSelectionColor = value
 
value = instance.FeatureSelectionColor
C# 
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("FeatureSelectionColor")]
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Task")]
[PersistenceModeAttribute()]
public virtual Color FeatureSelectionColor {get; set;}

Remarks

When the task results display in the TaskResults control, each feature or item displays with a check-box for selection. When the task results are a graphics layer (ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer), and the TaskResults control is buddied to a Map control, the selected features will be displayed on the map with the color set in FeatureSelectionColor.

See Also

© 2010 All Rights Reserved.