IVsSplitter::SetPosition Method (Int32, Int32, Int32, Int32)
Visual Studio 2015
Sets the position relative to the parent window..
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
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::Int32If 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 );
Show: