SimpleEditorView::CreatePaneWindow Method (IntPtr, Int32, Int32, Int32, Int32, IntPtr)

 

Creates the window.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int CreatePaneWindow(
	IntPtr hwndParent,
	int x,
	int y,
	int cx,
	int cy,
	[OutAttribute] IntPtr% hwnd
) abstract

Parameters

hwndParent
Type: System::IntPtr

A pointer to the parent window.

x
Type: System::Int32

The absolute x ordinate.

y
Type: System::Int32

The absolute y ordinate.

cx
Type: System::Int32

The width of the window.

cy
Type: System::Int32

The height of the window.

hwnd
Type: System::IntPtr

[out] A pointer to the new window pane.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

This method should be implemented by derived classes.

Return to top
Show: