This documentation is archived and is not being maintained.

WebPartDisplayMode Constructor

Initializes a value for the name of the display mode.

Namespace:  System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
WebPartDisplayMode(
	String^ name
)

Parameters

name
Type: System::String
The name of the display mode.

ExceptionCondition
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 Inheritors

If 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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

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.
Show: