Freigeben über


IVsDropdownBar2.GetComboEnabled(Int32, Int32) Method

Definition

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.

Applies to