AspMenuDesigner Class

Provides design-time support in a visual designer for the AspMenu control.

Inheritance Hierarchy

System.Object
  System.ComponentModel.Design.ComponentDesigner
    System.Web.UI.Design.HtmlControlDesigner
      System.Web.UI.Design.ControlDesigner
        System.Web.UI.Design.WebControls.BaseDataBoundControlDesigner
          System.Web.UI.Design.WebControls.HierarchicalDataBoundControlDesigner
            System.Web.UI.Design.WebControls.MenuDesigner
              Microsoft.SharePoint.WebControls.AspMenuDesigner

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class AspMenuDesigner _
    Inherits MenuDesigner
'Usage
Dim instance As AspMenuDesigner
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class AspMenuDesigner : MenuDesigner

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AspMenuDesigner Members

Microsoft.SharePoint.WebControls Namespace