MenuItemTemplateContainer Class
.NET Framework 3.0
Represents a container that holds the contents of a templated menu item in a Menu control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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
Not applicable.
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.
Community Additions
ADD
Show:
Note: