IVsDropdownBar2.GetComboEnabled(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.
Gets the current enabled status of a dropdown bar.
public:
int GetComboEnabled(int iCombo, [Runtime::InteropServices::Out] int % pbEnabled);
public int GetComboEnabled (int iCombo, out int pbEnabled);
abstract member GetComboEnabled : int * int -> int
Public Function GetComboEnabled (iCombo As Integer, ByRef pbEnabled As Integer) As Integer
Parameters
- iCombo
- Int32
The combo box.
- pbEnabled
- Int32
[out] true if the dropdown bar is enabled, otherwise false.
Returns
The HRESULT.