WebPartToolPart.Hide Method
Hides the specified base property of the tool part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
property
Type: Microsoft.SharePoint.WebPartPages.WebPartToolPart.PropertiesOne of the Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties values.