ToolPane.NeedLayoutCanvas property

Gets or sets a value indicating whether the layout canvas of the Web Part Page is displayed.

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

Syntax

'Declaration
Public Property NeedLayoutCanvas As Boolean
    Get
    Set
'Usage
Dim instance As ToolPane
Dim value As Boolean

value = instance.NeedLayoutCanvas

instance.NeedLayoutCanvas = value
public bool NeedLayoutCanvas { get; set; }

Property value

Type: System.Boolean
true to display the Web Part Page's layout canvas; otherwise, false.

See also

Reference

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace