Share via


CustomPropertyToolPart.Expand Method (String)

Expands the specified category in the tool part.

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

Syntax

'Declaration
Public Sub Expand ( _
    categoryName As String _
)
'Usage
Dim instance As CustomPropertyToolPart
Dim categoryName As String

instance.Expand(categoryName)
public void Expand(
    string categoryName
)

Parameters

  • categoryName
    Type: System.String

    The name of the category to expand.

See Also

Reference

CustomPropertyToolPart Class

CustomPropertyToolPart Members

Expand Overload

Microsoft.SharePoint.WebPartPages Namespace