Constructor VisualTheme
VisualTheme()
Initailizes 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
name
stringColor theme name.
readOnly
boolA flag that indicates whether or not the color theme should be modified.
font
FontFont of this new instance.
lexStyles
ILexStylesLexStyle array.