ShellWindowPaneUserControl.CreatePaneWindow 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual int CreatePaneWindow(IntPtr hwndParent, int x, int y, int cx, int cy, [Runtime::InteropServices::Out] IntPtr % pane);
public virtual int CreatePaneWindow (IntPtr hwndParent, int x, int y, int cx, int cy, out IntPtr pane);
abstract member CreatePaneWindow : nativeint * int * int * int * int * nativeint -> int
override this.CreatePaneWindow : nativeint * int * int * int * int * nativeint -> int
Public Overridable Function CreatePaneWindow (hwndParent As IntPtr, x As Integer, y As Integer, cx As Integer, cy As Integer, ByRef pane As IntPtr) As Integer
参数
- hwndParent
-
IntPtr
nativeint
- x
- Int32
- y
- Int32
- cx
- Int32
- cy
- Int32
- pane
-
IntPtr
nativeint