IVsDropdownBar2::GetComboEnabled Method (Int32, Int32)

Visual Studio 2015
 

Gets the current enabled status of a dropdown bar.

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

int GetComboEnabled(
	int iCombo,
	[OutAttribute] int% pbEnabled
)

Parameters

iCombo
Type: System::Int32

The combo box.

pbEnabled
Type: System::Int32

[out] true if the dropdown bar is enabled, otherwise false.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: