HOVERIMAGEURL Attribute | HoverImageUrl Property
Sets or retrieves the URL of the image for an element when the user hovers the mouse pointer over it.
Syntax
Visual Basic Public Property HoverImageUrl As string C# public string HoverImageUrl { get; set; } Managed C++ public: __property string get_HoverImageUrl();
public: __property void set_HoverImageUrl(string);JScript public function get HoverImageUrl() : string;
public function set HoverImageUrl(string);
Possible Values
sHoverImageURL 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 when the mouse pointer hovers over the element.
Applies To
TabItem
See Also
Internet Explorer WebControls, About the TabStrip WebControl