NET web control in your page. When
the user hovers over the target control, another control (as specified in the properties)
pops up along with any defined CSS styles applied. Table 8-4 lists the properties of the
HoverMenu extender.
Table 8-4. HoverMenu Extender Properties
Property Name Description
HoverCssClass CSS class to be applied when the pop-up menu is displayed.
OffsetX/OffsetY Offset values (in pixels) for the pop-up control when the mouse hovers
over the target control from the top-left corner.
PopDelay Amount of time elapsed (ms) until the pop-up control disappears after
the initial hover.
PopupControlID ID of the pop-up control that will be displayed when the mouse hovers
over the target control.
CHAPTER 8 ?– USING THE ASP.NET AJAX CONTROL TOOLKIT (PART 2) 172
PopupPosition Position of the pop-up control relative to the target control (Left, Right,
Center, Top, Bottom).
TargetControlID ID of the target control over which the pop-up control will display
when the mouse hovers over it.
Once again, the provided sample in the ASP.NET AJAX Toolkit, which can also be
found online at http://ajax.
Pages:
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249