WebPartToolPart.Expand Method
Expands the specified tool part category.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub Expand ( _
category As WebPartToolPart.Categories _
)
'Usage
Dim instance As WebPartToolPart
Dim category As WebPartToolPart.Categories
instance.Expand(category)
public void Expand(
WebPartToolPart.Categories category
)
Parameters
category
Type: Microsoft.SharePoint.WebPartPages.WebPartToolPart.CategoriesOne of the Microsoft.SharePoint.WebPartPages.WebPartToolPart.Categories values.