CustomPropertyToolPart.Expand method (Int32)

Expands the specified category in the tool part.

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

Syntax

'Declaration
Public Sub Expand ( _
    categoryIndex As Integer _
)
'Usage
Dim instance As CustomPropertyToolPart
Dim categoryIndex As Integer

instance.Expand(categoryIndex)
public void Expand(
    int categoryIndex
)

Parameters

  • categoryIndex
    Type: System.Int32

    The index of the category to expand.

See also

Reference

CustomPropertyToolPart class

CustomPropertyToolPart members

Expand overload

Microsoft.SharePoint.WebPartPages namespace