PublishingMenu.MenuFormat Property
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 Windows SharePoint Services menu controls. Each of these menus is rendered with the MenuFormat specified by this property.