ESRI.ArcGIS.ADF.Web.UI.WebControls
HoverColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Toc Class : HoverColor Property




Hover color for the tree.

Syntax

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

See Also

© 2010 All Rights Reserved.