Constructor VisualTheme
VisualTheme()
Initializes new instance of ColorTheme with default settings.
public VisualTheme()
VisualTheme(string, bool, Font, ILexStyles)
Initializes new instance of ColorTheme with given parameters.
public VisualTheme(string name, bool readOnly, Font font, ILexStyles lexStyles)
Parameters
namestringColor theme name.
readOnlyboolA flag that indicates whether or not the color theme should be modified.
fontFontFont of this new instance.
lexStylesILexStylesLexStyle array.
VisualTheme(string, bool, Font, ILexStyles)
public VisualTheme(string name, bool readOnly, Font font, ILexStyles lexStyles)
Parameters
namestringreadOnlyboolfontFontlexStylesILexStyles