IVsDropdownBar2::SetComboEnabled Method (Int32, Int32)

Visual Studio 2015
 

Enables or disables 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 SetComboEnabled(
	int iCombo,
	int bEnabled
)

Parameters

iCombo
Type: System::Int32

The index of the combo box.

bEnabled
Type: System::Int32

[out] true if enabled, otherwise false.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: