VsColors.FileTabDocumentBorderHighlightKey Property

Gets the file tab document border highlight key.

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

Syntax

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

Property Value

Type: System.Object
The file tab document border highlight key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace