EditorControl.CreatePaneWindow Method
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.
Creates the window.
public:
override int CreatePaneWindow(IntPtr hwndParent, int x, int y, int cx, int cy, [Runtime::InteropServices::Out] IntPtr % hwnd);
public override int CreatePaneWindow (IntPtr hwndParent, int x, int y, int cx, int cy, out IntPtr hwnd);
override this.CreatePaneWindow : nativeint * int * int * int * int * nativeint -> int
Public Overrides Function CreatePaneWindow (hwndParent As IntPtr, x As Integer, y As Integer, cx As Integer, cy As Integer, ByRef hwnd As IntPtr) As Integer
Parameters
- hwndParent
-
IntPtr
nativeint
The parent window.
- x
- Int32
Absolute x
ordinate.
- y
- Int32
Absolute y
ordinate.
- cx
- Int32
x
ordinate relative to x
.
- cy
- Int32
y
ordinate relative to y
.
- hwnd
-
IntPtr
nativeint
[out] Returns a pointer to the new window pane.
Returns
Microsoft.VisualStudio.NativeMethods.S_OK.