This documentation is archived and is not being maintained.

WebPartDisplayMode Members

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.

  NameDescription
Protected method WebPartDisplayMode Initializes a value for the name of the display mode.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IsEnabled Gets a value that indicates whether users can personalize a page while the page is in a certain display mode.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property 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.
Public property AssociatedWithToolZone Gets a value that indicates whether a certain display mode is associated with a class that derives from the ToolZone class.
Public property Name Gets the name of a display mode.
Public property RequiresPersonalization Gets a value that indicates whether a particular display mode requires personalization to be enabled.
Public property ShowHiddenWebParts Gets a value that indicates whether controls that have their Hidden property set to true should be displayed.
Top
Show: