This documentation is archived and is not being maintained.
WebPartDisplayMode Members
Visual Studio 2008
Defines a common set of properties for the several display modes that a Web Parts page can enter.
The WebPartDisplayMode type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
IsEnabled | Gets a value that indicates whether users can personalize a page while the page is in a certain display mode. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AllowPageDesign | Gets a value that determines whether users can change the layout of a Web Parts page when the page is in a certain display mode. |
|
AssociatedWithToolZone | Gets a value that indicates whether a certain display mode is associated with a class that derives from the ToolZone class. |
|
Name | Gets the name of a display mode. |
|
RequiresPersonalization | Gets a value that indicates whether a particular display mode requires personalization to be enabled. |
|
ShowHiddenWebParts | Gets a value that indicates whether controls that have their Hidden property set to true should be displayed. |
Show: