EditorControl.CreatePaneWindow 方法

定义

创建窗口。

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

参数

hwndParent
IntPtr

nativeint

父窗口。

x
Int32

绝对 x 坐标。

y
Int32

绝对 y 坐标。

cx
Int32

x 相对于 x 的坐标。

cy
Int32

y 相对于 y 的坐标。

hwnd
IntPtr

nativeint

弄返回一个指向新窗口窗格的指针。

返回

Int32

Microsoft.VisualStudio.NativeMethods.S_OK.

适用于