ThemeKeys Class

Applies to v2.

Specifies an enumeration that exposes theme keys.

Inheritance Hierarchy

System.Object
  Microsoft.WebMatrix.Extensibility.Editor.ThemeKeys

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public NotInheritable Class ThemeKeys
'Usage
public static class ThemeKeys
public ref class ThemeKeys abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ThemeKeys =  class end
public final class ThemeKeys

The ThemeKeys type exposes the following members.

Fields

  Name Description
Public fieldStatic member DefaultHighContrastTheme Default high contrast theme.
Public fieldStatic member DefaultTheme Default theme.
Public fieldStatic member ThemeKey Theme key.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WebMatrix.Extensibility.Editor Namespace