VsColors.ToolWindowTabSelectedTabKey Property

Gets the tool window tab selected tab key.

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

Syntax

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

Property Value

Type: System.Object
The tool window tab selected tab key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace