IVsDropdownBar2 Interface
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.
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. |