IVsDropdownBar2.SetComboEnabled(Int32, Int32) Method

Definition

Enables or disables a dropdown bar.

public:
 int SetComboEnabled(int iCombo, int bEnabled);
public:
 int SetComboEnabled(int iCombo, int bEnabled);
int SetComboEnabled(int iCombo, int bEnabled);
public int SetComboEnabled (int iCombo, int bEnabled);
abstract member SetComboEnabled : int * int -> int
Public Function SetComboEnabled (iCombo As Integer, bEnabled As Integer) As Integer

Parameters

iCombo
Int32

The index of the combo box.

bEnabled
Int32

[out] true if enabled, otherwise false.

Returns

The HRESULT.

Applies to