ESRI.ArcGIS.ADF.ArcGISServer.Editor
ShowFeatureHighlight Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : ShowFeatureHighlight Property




Indicates if the feature whose attributes are shown in the attribute editor panel should be highlighted.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Indicates if the feature whose attributes are shown in the attribute editor panel should be highlighted.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Editing")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
Public Property ShowFeatureHighlight As Boolean
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As Boolean
 
instance.ShowFeatureHighlight = value
 
value = instance.ShowFeatureHighlight
C# 
[ResDescriptionAttribute("Indicates if the feature whose attributes are shown in the attribute editor panel should be highlighted.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Editing")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public bool ShowFeatureHighlight {get; set;}

See Also

© 2010 All Rights Reserved.