WebPartDisplayMode::IsEnabled Method (WebPartManager^)
.NET Framework (current version)
Gets a value that indicates whether users can personalize a page while the page is in a certain display mode.
Assembly: System.Web (in System.Web.dll)
Parameters
- webPartManager
-
Type:
System.Web.UI.WebControls.WebParts::WebPartManager^
The WebPartManager control instance on the current page.
Return Value
Type: System::Booleantrue 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: