ToolPart.AllowMinimize property
Gets or sets a value indicating whether the tool part can be minimized by the user.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowMinimize As Boolean
Get
Set
'Usage
Dim instance As ToolPart
Dim value As Boolean
value = instance.AllowMinimize
instance.AllowMinimize = value
public bool AllowMinimize { get; set; }
Property value
Type: System.Boolean
true if the tool part can be minimized by the user; otherwise, false.