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)

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