VsColors.ComboBoxPopupBorderKey Property

Gets the combo box popup border key.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ComboBoxPopupBorderKey As Object
public static Object ComboBoxPopupBorderKey { get; }
public:
static property Object^ ComboBoxPopupBorderKey {
    Object^ get ();
}
static member ComboBoxPopupBorderKey : Object with get
static function get ComboBoxPopupBorderKey () : Object

Property Value

Type: System.Object
The combo box popup border key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace