IVsDropdownBarClient3 Interface

Visual Studio 2015
 

Describes the contents of the dropdown bar combinations.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (in Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

[GuidAttribute("9F0DC18B-2ED7-435E-B0D2-0ED5577B9635")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDropdownBarClient3

NameDescription
System_CAPS_pubmethodGetAutomationProperties(Int32, String, String)

Gets the automation name and ID for the drop down box.

System_CAPS_pubmethodGetComboWidth(Int32, Int32)

Gets the width of the column by percent. If all the columns return 0, the default width is used. The value should be between 0 and 100.

System_CAPS_pubmethodGetEntryImage(Int32, Int32, Int32, IntPtr)

The successor to the GetEntryImage method. This method also returns the image list. If this method returns a non-zero result, the dropdown bar calls GetEntryImage instead.

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.

Return to top
Show: