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

Visual Basic  Public  Property SepHoverImageUrl As string
C# public  string SepHoverImageUrl { get; set; }
Managed C++ public:  __property string get_SepHoverImageUrl();
public:  __property void set_SepHoverImageUrl(string);
JScript public   function get SepHoverImageUrl() : string;
public   function set SepHoverImageUrl(string);

Possible Values

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