IThemeManager.Apply Method
Applies to v2.
Applies the theme to the current live editor.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Sub Apply ( _
theme As ITheme _
)
'Usage
Dim instance As IThemeManager
Dim theme As ITheme
instance.Apply(theme)
void Apply(
ITheme theme
)
void Apply(
ITheme^ theme
)
abstract Apply :
theme:ITheme -> unit
function Apply(
theme : ITheme
)
Parameters
theme
Type: Microsoft.WebMatrix.Extensibility.Editor.IThemeTheme to apply, null for default theme.