VsColors.TitleBarInactiveTextKey Property

Gets the title bar inactive 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 TitleBarInactiveTextKey As Object
public static Object TitleBarInactiveTextKey { get; }
public:
static property Object^ TitleBarInactiveTextKey {
    Object^ get ();
}
static member TitleBarInactiveTextKey : Object
static function get TitleBarInactiveTextKey () : Object

Property Value

Type: System.Object
The title bar inactive text key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace