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);
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