Menu.MenuFormat Property
Gets or sets the display format of the menu item.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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 href property. On focus or mouse over the menu will highlight itself and display the down arrow.