IVsDropdownBar2.SetComboEnabled(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.