Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.