EditorControl.CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria a janela.
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
Parâmetros
- hwndParent
- IntPtr
A janela pai.
- x
- Int32
xOrdenada absoluta.
- y
- Int32
yOrdenada absoluta.
- cx
- Int32
x ordenada em relação a x .
- cy
- Int32
y ordenada em relação a y .
- hwnd
- IntPtr
fora Retorna um ponteiro para o novo painel de janela.
Retornos
Microsoft.VisualStudio.NativeMethods.S_OK.