KaxMenuItemHighlightPath Method |
Highlights the path from the item to the top of the menu.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void HighlightPath()
public:
void HighlightPath()
member HighlightPath : unit -> unit
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