Share via


SPWebPartManager.NavigationDisplayMode property

Gets the WebPartDisplayMode to display the tool pane in Navigation view for older browsers such as Internet Explorer 5.01 or earlier.

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

Syntax

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

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

Property value

Type: System.Web.UI.WebControls.WebParts.WebPartDisplayMode
The display mode for the Web Part.

Remarks

The display mode to display the tool pane in Navigation view for older browsers such as Internet Explorer 5.01 or earlier.

See also

Reference

SPWebPartManager class

SPWebPartManager members

Microsoft.SharePoint.WebPartPages namespace