WebPartDisplayMode Constructor
Initializes a value for the name of the display mode.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
- Type: System::String
The name of the display mode.
| Exception | Condition |
|---|---|
| ArgumentNullException | The name parameter is nullptr. |
A WebPartDisplayMode object is never created because the class is abstract. At run time, the WebPartManager control uses the WebPartDisplayMode class as the base class to create objects for each of the various page display modes.
Notes to InheritorsIf you derive from the WebPartDisplayMode class to create a custom display mode, in your class declaration you must call the base constructor and pass to it a string containing the name of the custom display mode.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.