SPWebPartManager.DownLevelWebPartMenuDisplayMode Property

Gets the WebPartDisplayMode to display the ToolPane with menu options as links instead of the drop-down menu that is displayed in Internet Explorer 9, Internet Explorer 8, Internet Explorer 7, 6, and Internet Explorer 5.5.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared ReadOnly Property DownLevelWebPartMenuDisplayMode As WebPartDisplayMode
    Get
'Usage
Dim value As WebPartDisplayMode

value = SPWebPartManager.DownLevelWebPartMenuDisplayMode
public static WebPartDisplayMode DownLevelWebPartMenuDisplayMode { get; }

Property Value

Type: System.Web.UI.WebControls.WebParts.WebPartDisplayMode
The display mode to display the ToolPane with menu options as links instead of the drop-down menu that is displayed in Internet Explorer 9, Internet Explorer 8, Internet Explorer 7, 6, and Internet Explorer 5.5

See Also

Reference

SPWebPartManager Class

SPWebPartManager Members

Microsoft.SharePoint.WebPartPages Namespace