ShellWindowPaneUserControl.CreatePaneWindow 方法

定義

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);
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
x
Int32
y
Int32
cx
Int32
cy
Int32
pane
IntPtr

傳回

Int32

實作

適用於