VsColors.ComboBoxMouseOverBorderKey Property

Gets the combo box mouse-over 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 ComboBoxMouseOverBorderKey As Object
public static Object ComboBoxMouseOverBorderKey { get; }
public:
static property Object^ ComboBoxMouseOverBorderKey {
    Object^ get ();
}
static member ComboBoxMouseOverBorderKey : Object with get
static function get ComboBoxMouseOverBorderKey () : Object

Property Value

Type: System.Object
The combo box mouse-over border key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace