VsColors.FileTabInactiveTextKey Property

Gets the file tab inactive text key.

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

Syntax

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

Property Value

Type: Object
The file tab inactive text key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace