ESRI.ArcGIS.ADF.Web.UI.WebControls
MouseOverOpacity Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > HoverExpandExtender Class : MouseOverOpacity Property




Opacity used when the mouse is hovering over the control.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Opacity used when the mouse is hovering over the control.")>
<AjaxControlToolkit.ExtenderControlPropertyAttribute()>
<AjaxControlToolkit.ClientPropertyNameAttribute("mouseOverOpacity")>
<DefaultValueAttribute()>
Public Property MouseOverOpacity As Single
Visual Basic (Usage)Copy Code
Dim instance As HoverExpandExtender
Dim value As Single
 
instance.MouseOverOpacity = value
 
value = instance.MouseOverOpacity
C# 
[ResDescriptionAttribute("Opacity used when the mouse is hovering over the control.")]
[AjaxControlToolkit.ExtenderControlPropertyAttribute()]
[AjaxControlToolkit.ClientPropertyNameAttribute("mouseOverOpacity")]
[DefaultValueAttribute()]
public float MouseOverOpacity {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.