Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Represents an interface for managing editor themes.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface IThemeManager
'Usage
Dim instance As IThemeManager
public interface IThemeManager
public interface class IThemeManager
type IThemeManager = interface end
public interface IThemeManager
The IThemeManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CurrentEditorTheme | Gets the theme currently applied at the editor. |
![]() |
CurrentTheme | Gets the current theme loaded from a theme file. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Apply | Applies the theme to the current live editor. |
![]() |
SaveAsDefault | Saves the theme to the users folder, and sets it as the default theme for next startup. |
Top