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




Border color to display when hovering over the context menu.

Syntax

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

See Also

© 2010 All Rights Reserved.