VsColors.ToolWindowTabMouseOverTextKey Property

Gets the tool window tab mouse-over text key.

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

Syntax

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

Property Value

Type: System.Object
The tool window tab mouse-over text key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace