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




Color to use when hovering over the context menu.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ResDescriptionAttribute("Color to use when hovering over the context menu.")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ResCategoryAttribute("ContextMenu")>
Public Property HoverColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ContextMenu
Dim value As Color
 
instance.HoverColor = value
 
value = instance.HoverColor
C# 
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ResDescriptionAttribute("Color to use when hovering over the context menu.")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ResCategoryAttribute("ContextMenu")]
public Color HoverColor {get; set;}

See Also

© 2010 All Rights Reserved.