PublishingMenu.MenuFormat property

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.

See also

Reference

PublishingMenu class

PublishingMenu members

Microsoft.SharePoint.Publishing.WebControls namespace

PublishingMenu