Share via


CallbackMenu.MenuFormat property

Gets or sets the menu formatting type used to render the callback menu.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

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

value = instance.MenuFormat

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

Property value

Type: Microsoft.SharePoint.WebControls.MenuFormat
The MenuFormat object that determines which menu format type to use for rendering the callback menu.

See also

Reference

CallbackMenu class

CallbackMenu members

Microsoft.Office.Server.WebControls namespace