IVsDropdownBarClient3::GetComboWidth Method (Int32, Int32)

Visual Studio 2015
 

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.

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

int GetComboWidth(
	int iCombo,
	[OutAttribute] int% piWidthPercent
)

Parameters

iCombo
Type: System::Int32

The index of the combo.

piWidthPercent
Type: System::Int32

[out] The width in per cent.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: