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.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: