ShellWindowPaneUserControl.CreatePaneWindow Method

Definition

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

Parameters

hwndParent
IntPtr

nativeint

x
Int32
y
Int32
cx
Int32
cy
Int32
pane
IntPtr

nativeint

Returns

Implements

Applies to