ESRI.ArcGIS.ADF.Web.UI.WebControls
SelectedColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : SelectedColor Property




The color to use for selections in the tree.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("TreeViewPlus")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ResDescriptionAttribute("The color to use for selected nodes in the tree.")>
<PersistenceModeAttribute()>
Public Property SelectedColor As Color
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim value As Color
 
instance.SelectedColor = value
 
value = instance.SelectedColor
C# 
[ResCategoryAttribute("TreeViewPlus")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ResDescriptionAttribute("The color to use for selected nodes in the tree.")]
[PersistenceModeAttribute()]
public Color SelectedColor {get; set;}

See Also

© 2010 All Rights Reserved.