SEPHOVERIMAGEURL Attribute | SepHoverImageUrl Property

Sets or retrieves a value that indicates the URL of the image for the TABSTRIP element when the user hovers the mouse pointer over it.

Syntax

ASP <tagPrefix:TABSTRIP SEPHOVERIMAGEURL = sSepHoverImageUrl ... >
Script [ sSepHoverImageUrl = ] TABSTRIP.SepHoverImageUrl

Possible Values

tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive.
sSepHoverImageUrl String that specifies or receives the URL of the image.

The property is read/write. The property has no default value.

Remarks

If no URL is specified, the image does not change upon hovering over the TABSTRIP element.

Applies To

TABSTRIP

See Also

Internet Explorer WebControls, About the TabStrip WebControl