ESRI.ArcGIS.ADF.Web.UI.WebControls
HoverExpandExtender Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : HoverExpandExtender Class




Extender control which adds opacity change and alternate/thumbnail image behavior to a control. The targeted control will alternate between opacity values and/or images when the mouse hovers over or does not hover over the control.

Object Model

HoverExpandExtender Class

Syntax

Visual Basic (Declaration) 
<TargetControlTypeAttribute(System.Web.UI.Control)>
<AjaxControlToolkit.RequiredScriptAttribute(ExtenderType=AjaxControlToolkit.CommonToolkitScripts, LoadOrder=1)>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.HoverExpandDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ToolboxBitmapAttribute()>
<AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.Extenders.HoverExpand", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.Extenders.release.js")>
Public Class HoverExpandExtender 
   Inherits AjaxControlToolkit.ExtenderControlBase
   Implements AjaxControlToolkit.IControlResolver 
Visual Basic (Usage)Copy Code
Dim instance As HoverExpandExtender
C# 
[TargetControlTypeAttribute(System.Web.UI.Control)]
[AjaxControlToolkit.RequiredScriptAttribute(ExtenderType=AjaxControlToolkit.CommonToolkitScripts, LoadOrder=1)]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.HoverExpandDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ToolboxBitmapAttribute()]
[AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.Extenders.HoverExpand", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.Extenders.release.js")]
public class HoverExpandExtender : AjaxControlToolkit.ExtenderControlBase, AjaxControlToolkit.IControlResolver  

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.