DesignerWindowPane(DesignSurface) Constructor

Definition

Initializes a new instance of the DesignerWindowPane class.

public:
 DesignerWindowPane(System::ComponentModel::Design::DesignSurface ^ surface);
public DesignerWindowPane (System.ComponentModel.Design.DesignSurface surface);
new Microsoft.VisualStudio.Shell.Design.DesignerWindowPane : System.ComponentModel.Design.DesignSurface -> Microsoft.VisualStudio.Shell.Design.DesignerWindowPane
Public Sub New (surface As DesignSurface)

Parameters

surface
DesignSurface

The design surface for which to create the window pane.

Exceptions

surface is null.

Applies to