VsColors.DropDownMouseOverBorderKey Property

Gets the dropdown mouse-over border key.

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

Syntax

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

Property Value

Type: System.Object
The dropdown mouse-over border key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace