KaxMenuItemFocusedCssClass Property |
Gets or sets the Cascading Style Sheet (CSS) class applied when the menu item is
focused.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string FocusedCssClass { get; set; }
Public Property FocusedCssClass As String
Get
Set
public:
property String^ FocusedCssClass {
String^ get ();
void set (String^ value);
}
member FocusedCssClass : string with get, set
Property Value
Type:
String
The CSS class applied when the menu item is focused. The default value is
"focused".
Remarks
By default the visual appearance of focused menu items is defined in the skin CSS
file. You can use the FocusedCssClass property to specify unique
appearance for the menu item when it is focused.
See Also