IVsButtonBar.SetHeight(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.
Specifies the height of the button bar.
public:
int SetHeight(int iHeight);
public:
int SetHeight(int iHeight);
int SetHeight(int iHeight);
public int SetHeight (int iHeight);
abstract member SetHeight : int -> int
Public Function SetHeight (iHeight As Integer) As Integer
Parameters
- iHeight
- Int32
[in] The height of the button bar.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsButtonBar::SetHeight(
[in] long iHeight
);
IVsButtonBar.SetHeight
is called by the parent; clients need not call this unless writing another owner for the button bar.