DesignerWindowPane(DesignSurface) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.