IVsDropdownBarClient3 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.
Describes the contents of the dropdown bar combinations.
public interface class IVsDropdownBarClient3
public interface class IVsDropdownBarClient3
__interface IVsDropdownBarClient3
[System.Runtime.InteropServices.Guid("9F0DC18B-2ED7-435E-B0D2-0ED5577B9635")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDropdownBarClient3
[<System.Runtime.InteropServices.Guid("9F0DC18B-2ED7-435E-B0D2-0ED5577B9635")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDropdownBarClient3 = interface
Public Interface IVsDropdownBarClient3
- 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
GetAutomationProperties(Int32, String, String) |
Gets the automation name and ID for the drop down box. |
GetComboWidth(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. |
GetEntryImage(Int32, Int32, Int32, IntPtr) |
The successor to the GetEntryImage(Int32, Int32, Int32) method. This method also returns the image list. If this method returns a non-zero result, the dropdown bar calls GetEntryImage(Int32, Int32, Int32) instead. |