Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides control of the drop-down bar at the top of a code window.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("D7820968-4CF8-4760-B633-570282E5F66D")> _
Public Interface VsDropdownBar _
Inherits IVsDropdownBar
'Usage
Dim instance As VsDropdownBar
[GuidAttribute("D7820968-4CF8-4760-B633-570282E5F66D")]
public interface VsDropdownBar : IVsDropdownBar
[GuidAttribute(L"D7820968-4CF8-4760-B633-570282E5F66D")]
public interface class VsDropdownBar : IVsDropdownBar
public interface VsDropdownBar extends IVsDropdownBar