Table of Contents

Interface ILexStyle

Namespace
Alternet.Syntax.Lexer
Assembly
Alternet.Syntax.v9.dll

Represents properties and methods for individual lexical style with the collection of lexical styles.

public interface ILexStyle

Properties

BackColor

When implemented by a class, gets or sets a background color of the ILexStyle.

BackColorEnabled

When implemented by a class, gets or sets a flag that indicates whether the GUI control that corresponds to the BackColor property should be enabled or disabled.

BoldEnabled

When implemented by a class, gets or sets a flag that indicates whether the GUI control that corresponds to the Bold property should be enabled or disabled.

Desc

When implemented by a class, gets or sets a description of the ILexStyle.

FontStyle

When implemented by a class, gets or sets a font style of the ILexStyle.

ForeColor

When implemented by a class, gets or sets a foreground color of the ILexStyle.

ForeColorEnabled

When implemented by a class, gets or sets a flag that indicates whether the GUI control that corresponds to the ForeColor property should be enabled or disabled.

Index

When implemented by a class, represents index of the ILexStyle within the lexical style collection.

ItalicEnabled

When implemented by a class, gets or sets a flag that indicates whether the GUI control that corresponds to the Italic property should be enabled or disabled.

Name

When implemented by a class, gets or sets name of the ILexStyle.

PlainText

When implemented by a class, gets or sets value indicating whether Edit control should use text formatting rules, like checking spelling.

Scheme

When implemented by a class, gets or sets ILexScheme that owns this ILexStyle.

SerializationInfo

Gets or sets an xml representation of this ILexStyle object.

UnderlineEnabled

When implemented by a class, gets or sets a flag that indicates whether the GUI control that corresponds to the Underline property should be enabled or disabled.

Methods

Assign(ILexStyle)

When implemented by a class, copies the contents of another ILexStyle object.

ResetBackColor()

When implemented by a class, resets the BackColor to the default value.

ResetFontStyle()

When implemented by a class, resets the FontStyle to the default value.

ResetForeColor()

When implemented by a class, resets the ForeColor to the default value.

ResetPlainText()

When implemented by a class, resets the PlainText to the default value.