EditorControl.CreatePaneWindow 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建窗口。
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
弄返回一个指向新窗口窗格的指针。
返回
Microsoft.VisualStudio.NativeMethods.S_OK.