The HoverExpandExtender control is designed to enhance usability of
a target Web control at runtime through two behaviors.
First, it enables the overall opacity of a control to change
as the cursor hovers over the target control. And second, the
target control can be collapsed and expanded by clicking on a pin
image. The HoverExpandExtender control builds on the
ExtenderControlBase class included with the
ASP.NET AJAX Control Toolkit .
Assembly: ESRI.ArcGIS.ADF.UI.WebControls.dll
Class: ESRI.ArcGIS.ADF.UI.WebControls.HoverExpandExtender
|
Property Name |
Type |
Description |
| MouseOutOpacity |
double |
The opacity of the target control when the mouse cursor leaves the
control boundary. 0.0 is completely transparent, 1.0 is complete opaque. |
| MouseOverOpacity |
double |
The opacity of the target control when the mouse cursor is within
the control boundary. 0.0 is completely transparent, 1.0 is complete
opaque. |
| Pinned |
bool |
Sets where the the target control is expanded (pinned) or collapsed
(unpinned). |
| PinnedImageUrl |
string |
The url to an image shown in the upper right corner of the
target control when the control is pinned. |
| TargetControlId |
string |
The control on which the HoverExpandExtender control will operate. |
| ThumbnailImageUrl |
string |
The url to an image shown when the target control is collapsed. |
| UnpinnedImageUrl |
string |
The url to an image shows in the upper right corner of
the target control when the control is unpinned. |