IVsDropdownBar2 Interface

Definition

Provides control of the drop-down bar at the top of a code window.

public interface class IVsDropdownBar2
public interface class IVsDropdownBar2
__interface IVsDropdownBar2
[System.Runtime.InteropServices.Guid("BC766334-6E04-442C-92F1-F687ECF8F741")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDropdownBar2
[<System.Runtime.InteropServices.Guid("BC766334-6E04-442C-92F1-F687ECF8F741")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDropdownBar2 = interface
Public Interface IVsDropdownBar2
Attributes

Remarks

Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.

Methods

GetComboEnabled(Int32, Int32)

Gets the current enabled status of a dropdown bar.

SetComboEnabled(Int32, Int32)

Enables or disables a dropdown bar.

Applies to