MenuItemTemplateContainer.MenuItemTemplateContainer Constructor
.NET Framework 3.0
Initializes a new instance of the MenuItemTemplateContainer class using the specified menu item index and menu item.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public MenuItemTemplateContainer ( int itemIndex, MenuItem dataItem )
public function MenuItemTemplateContainer ( itemIndex : int, dataItem : MenuItem )
Not applicable.
Parameters
- itemIndex
The index of the menu item.
- dataItem
The MenuItem object associated with the container.
Community Additions
ADD
Show: