EditorControl::CreatePaneWindow Method (IntPtr, Int32, Int32, Int32, Int32, IntPtr)
Visual Studio 2015
Creates the window.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: virtual int CreatePaneWindow( IntPtr hwndParent, int x, int y, int cx, int cy, [OutAttribute] IntPtr% hwnd ) override
Parameters
- hwndParent
-
Type:
System::IntPtr
The parent window.
- x
-
Type:
System::Int32
Absolute x ordinate.
- y
-
Type:
System::Int32
Absolute y ordinate.
- cx
-
Type:
System::Int32
x ordinate relative to x.
- cy
-
Type:
System::Int32
y ordinate relative to y.
- hwnd
-
Type:
System::IntPtr
[out] Returns a pointer to the new window pane.
Show: