KaxToolBarItemHoveredCssClass Property |
Gets or sets the Cascading Style Sheet (CSS) class applied when the user moves the mouse
over the toolbar item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string HoveredCssClass { get; set; }
Public Property HoveredCssClass As String
Get
Set
public:
virtual property String^ HoveredCssClass {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract HoveredCssClass : string with get, set
override HoveredCssClass : string with get, set
Property Value
Type:
String
The CSS class applied when the user moves the mouse over the toolbar item. The default value is
String.Empty.
Remarks
By default the visual appearance of a hovered toolbar items is defined in the skin CSS
file. You can use the HoveredCssClass property to specify unique
appearance for the toolbar item when it is hovered.
See Also