IVsSplitter.SetPosition(Int32, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the position relative to the parent window..
public:
int SetPosition(int iLeft, int iTop, int iRight, int iBottom);
public:
int SetPosition(int iLeft, int iTop, int iRight, int iBottom);
int SetPosition(int iLeft, int iTop, int iRight, int iBottom);
public int SetPosition (int iLeft, int iTop, int iRight, int iBottom);
abstract member SetPosition : int * int * int * int -> int
Public Function SetPosition (iLeft As Integer, iTop As Integer, iRight As Integer, iBottom As Integer) As Integer
Parameters
- iLeft
- Int32
[in] The left side.
- iTop
- Int32
[in] The top.
- iRight
- Int32
[in] The right side.
- iBottom
- Int32
[in] The bottom.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsSplitter::SetPosition(
[in] long iLeft,
[in] long iTop,
[in] long iRight,
[in] long iBottom
);