Table of Contents

Constructor VisualTheme

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

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 string

Color theme name.

readOnly bool

A flag that indicates whether or not the color theme should be modified.

font Font

Font of this new instance.

lexStyles ILexStyles

LexStyle array.