VsColors.ToolWindowButtonInactiveBorderKey Property

Gets the tool window button nactive 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 ToolWindowButtonInactiveBorderKey As Object
public static Object ToolWindowButtonInactiveBorderKey { get; }
public:
static property Object^ ToolWindowButtonInactiveBorderKey {
    Object^ get ();
}
static member ToolWindowButtonInactiveBorderKey : Object
static function get ToolWindowButtonInactiveBorderKey () : Object

Property Value

Type: System.Object
The tool window button inactive border key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace