Click or drag to resize
KaxMenuItemHighlightPath Method
Highlights the path from the item to the top of the menu.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void HighlightPath()
Remarks
The HighlightPath method applies the "rmFocused" CSS class to the item and his ancestor items. As a results the "path" from the top level to that specific item is highlighted.
See Also