Click or drag to resize
IKaxToolBarButtonHoveredImageUrl Property
Gets or sets the path to an image to display when the user moves the mouse over the item.

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

Property Value

Type: String
The path to the image to display when the user moves the mouse over the item. The default value is empty string.
Examples

<kettic:KaxToolBar id="KaxToolBar1" runat="server">
<Items>
<kettic:KaxToolBarButton ImageUrl="~/Img/inbox.gif" HoveredImageUrl="~/Img/inboxOver.gif" Text="Index" />
</Items>
</kettic:KaxToolBar>

See Also