Click or drag to resize
KaxTabHoveredImageUrl Property
Gets or sets the URL to an image which is displayed when the user hovers the current tab with the mouse.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override string HoveredImageUrl { get; set; }

Property Value

Type: String
The URL to the image to display for the tab when the user hovers it with the mouse. The default value is empty string which means the image specified via ImageUrl will be used.
Remarks

Use the HoveredImageUrl property to specify a custom image that will be displayed when the user hovers the tab with the mouse. Setting the HoveredImageUrl property required the ImageUrl property to be set beforehand.

If the HoveredImageUrl property is not set the value of the ImageUrl will be used instead.

See Also