Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the MenuFormat for the menus contained within this PublishingMenu.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property MenuFormat As MenuFormat
Get
Set
'Usage
Dim instance As PublishingMenu
Dim value As MenuFormat
value = instance.MenuFormat
instance.MenuFormat = value
public MenuFormat MenuFormat { get; set; }
Property Value
Type: Microsoft.SharePoint.WebControls.MenuFormat
Remarks
The PublishingMenu is rendered as a set of Microsoft SharePoint Foundation menu controls. Each of these menus is rendered with the MenuFormat specified by this property.