Share via


ToolPane.FixedAreas Property

Gets a list of the areas of the tool pane that can contain links or controls.

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

Syntax

'Declaration
Public ReadOnly Property FixedAreas As ArrayList
    Get
'Usage
Dim instance As ToolPane
Dim value As ArrayList

value = instance.FixedAreas
public ArrayList FixedAreas { get; }

Property Value

Type: System.Collections.ArrayList
An ArrayList of items in the tool pane that have been defined with the <FixedArea> tag.

See Also

Reference

ToolPane Class

ToolPane Members

Microsoft.SharePoint.WebPartPages Namespace