System.Web.UI.WebControls.WebParts.WebPart.AllowMinimize Property

Gets or sets a value indicating whether end users can minimize a System.Web.UI.WebControls.WebParts.WebPart control.

Syntax

public virtual bool AllowMinimize { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The WebPart.AllowMinimize property, if set to false, prevents an end user from being able to minimize the control, and the user interface (UI) for minimizing the control does not appear in the control's title bar. In Web Parts terminology, when the WebPart.AllowMinimize property is set to false, the minimize verb does not appear on the control's verbs menu.

When a user minimizes a control, it reduces the control's size down to a minimal area that displays only part of the control's title bar and title.

This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

The personalization scope of this property is set to PersonalizationScope.Shared and can be modified only by authorized users. For more information, see System.Web.UI.WebControls.WebParts.PersonalizableAttribute and Web Parts Personalization Overview.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0