IKaxToolBarButtonHoveredImageUrl Property |
Gets or sets the path to an image to display when the user moves the
mouse over the item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax string HoveredImageUrl { get; set; }
Property HoveredImageUrl As String
Get
Set
property String^ HoveredImageUrl {
String^ get ();
void set (String^ value);
}
abstract HoveredImageUrl : string with 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