Share via


WebPartToolPart.Hide method

Hides the specified base property of the tool part.

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

Syntax

'Declaration
Public Sub Hide ( _
    property As WebPartToolPart.Properties _
)
'Usage
Dim instance As WebPartToolPart
Dim property As WebPartToolPart.Properties

instance.Hide(property)
public void Hide(
    WebPartToolPart.Properties property
)

Parameters

See also

Reference

WebPartToolPart class

WebPartToolPart members

Microsoft.SharePoint.WebPartPages namespace