WebPartManager Constructor

Definition

Initializes a new instance of the WebPartManager class.

public:
 WebPartManager();
public WebPartManager ();
Public Sub New ()

Remarks

The WebPartManager constructor initializes several important variables used by the WebPartManager control. One assignment that directly impacts all Web Parts pages is the fact that the default page display mode is set to browse mode (BrowseDisplayMode).

Applies to