HeaderColors.DefaultColorKey Property

Gets the DefaultColorKey attribute.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Shell.ThemeResourceKey
Returns the DefaultColorKey attribute.

.NET Framework Security

See Also

Reference

HeaderColors Class

Microsoft.VisualStudio.PlatformUI Namespace