IThemeManager.CurrentEditorTheme Property
Applies to v2.
Gets the theme currently applied at the editor.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property CurrentEditorTheme As ITheme
Get
'Usage
Dim instance As IThemeManager
Dim value As ITheme
value = instance.CurrentEditorTheme
ITheme CurrentEditorTheme { get; }
property ITheme^ CurrentEditorTheme {
ITheme^ get ();
}
abstract CurrentEditorTheme : ITheme
function get CurrentEditorTheme () : ITheme
Property Value
Type: Microsoft.WebMatrix.Extensibility.Editor.ITheme
The theme currently applied at the editor.