IVsSplitter::SetPosition Method (Int32, Int32, Int32, Int32)

 

Sets the position relative to the parent window..

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int SetPosition(
	int iLeft,
	int iTop,
	int iRight,
	int iBottom
)

Parameters

iLeft
Type: System::Int32

[in] The left side.

iTop
Type: System::Int32

[in] The top.

iRight
Type: System::Int32

[in] The right side.

iBottom
Type: System::Int32

[in] The bottom.

Return Value

Type: System::Int32

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

From textmgr.idl:

HRESULT IVsSplitter::SetPosition(
   [in] long iLeft,
   [in] long iTop,
   [in] long iRight,
   [in] long iBottom
);
Return to top
Show: