Share via


Menu.MenuFormat property

Gets or sets the display format of the menu item.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MenuFormat As MenuFormat
    Get
    Set
'Usage
Dim instance As Menu
Dim value As MenuFormat

value = instance.MenuFormat

instance.MenuFormat = value
public MenuFormat MenuFormat { get; set; }

Property value

Type: Microsoft.SharePoint.WebControls.MenuFormat

Remarks

The menu displays text or a link depending on the value of the NavigateUrl property. On focus or mouse over the menu will highlight itself and display the down arrow.

See also

Reference

Menu class

Menu members

Microsoft.SharePoint.WebControls namespace