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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override string HoveredImageUrl { get; set; }
Public Overrides Property HoveredImageUrl As String
Get
Set
public:
virtual property String^ HoveredImageUrl {
String^ get () override;
void set (String^ value) override;
}
abstract HoveredImageUrl : string with get, set
override HoveredImageUrl : string with 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