WebPartDisplayMode.IsEnabled(WebPartManager) Method

Definition

Gets a value that indicates whether users can personalize a page while the page is in a certain display mode.

public:
 virtual bool IsEnabled(System::Web::UI::WebControls::WebParts::WebPartManager ^ webPartManager);
public virtual bool IsEnabled (System.Web.UI.WebControls.WebParts.WebPartManager webPartManager);
abstract member IsEnabled : System.Web.UI.WebControls.WebParts.WebPartManager -> bool
override this.IsEnabled : System.Web.UI.WebControls.WebParts.WebPartManager -> bool
Public Overridable Function IsEnabled (webPartManager As WebPartManager) As Boolean

Parameters

webPartManager
WebPartManager

The WebPartManager control instance on the current page.

Returns

true if users can personalize a page; otherwise, false. The default is true. However, when RequiresPersonalization is set to true, and personalization is disabled on the page, the default will be false.

Applies to

See also