다음을 통해 공유


IVsDropdownBarClient3.GetComboWidth(Int32, Int32) Method

Definition

Gets the width of the column by percent. If all the columns return 0, the default width is used. The value should be between 0 and 100.

public:
 int GetComboWidth(int iCombo, [Runtime::InteropServices::Out] int % piWidthPercent);
public int GetComboWidth (int iCombo, out int piWidthPercent);
abstract member GetComboWidth : int * int -> int
Public Function GetComboWidth (iCombo As Integer, ByRef piWidthPercent As Integer) As Integer

Parameters

iCombo
Int32

The index of the combo.

piWidthPercent
Int32

[out] The width in per cent.

Returns

The HRESULT.

Applies to