MenuItemTemplateContainer Class
Assembly: System.Web (in system.web.dll)
public ref class MenuItemTemplateContainer sealed : public Control, IDataItemContainer, INamingContainer
public final class MenuItemTemplateContainer extends Control implements IDataItemContainer, INamingContainer
public final class MenuItemTemplateContainer extends Control implements IDataItemContainer, INamingContainer
The MenuItemTemplateContainer class is used by the Menu control as a container for the contents of the menu items that are rendered using a custom template.
Note |
|---|
| This class is used by control developers primarily when extending the Menu class to create a container for a templated menu item. |
You can define a custom template for the dynamic and static menu items of a Menu control by using the DynamicItemTemplate and StaticItemTemplate properties, respectively.
For a list of initial property values for an instance of the MenuItemTemplateContainer class, see the MenuItemTemplateContainer constructor.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note