Menu::FindItem Method (String^)
.NET Framework (current version)
Retrieves the menu item at the specified value path.
Assembly: System.Web (in System.Web.dll)
Parameters
- valuePath
-
Type:
System::String^
The value path to the menu item to retrieve.
Return Value
Type: System.Web.UI.WebControls::MenuItem^A MenuItem that represents the menu item at the specified value path.
Use the FindItem method to retrieve a MenuItem object from the Menu control. To retrieve the MenuItem object, you must specify a menu path to the menu item. The menu path is a string of delimited values that form the path from a root menu item to the current menu item. To determine the delimiter character, use the PathSeparator property.
.NET Framework
Available since 2.0
Available since 2.0
Show: