VsColors.DockTargetButtonBorderKey Property

Gets the dock target button background 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 DockTargetButtonBorderKey As Object
public static Object DockTargetButtonBorderKey { get; }
public:
static property Object^ DockTargetButtonBorderKey {
    Object^ get ();
}
static member DockTargetButtonBorderKey : Object
static function get DockTargetButtonBorderKey () : Object

Property Value

Type: System.Object
The dock target button background border key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace