This topic has not yet been rated - Rate this topic

IVsDropdownBar Interface

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)

[GuidAttribute("D7820968-4CF8-4760-B633-570282E5F66D")] 
[InterfaceTypeAttribute(1)] 
public interface IVsDropdownBar
/** @attribute GuidAttribute("D7820968-4CF8-4760-B633-570282E5F66D") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsDropdownBar
GuidAttribute("D7820968-4CF8-4760-B633-570282E5F66D") 
InterfaceTypeAttribute(1) 
public interface IVsDropdownBar

Use IVsDropDownBar to force a refresh of the drop-down bar combination contents or to change the selection of one of the combinations.

Notes to Implementers Implement IVsDropdownBar to directly communicate with a drop-down menu bar. To obtain an IVsDropdownBar, see IVsDropdownBarManager.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ