Interface ILexStyle
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
ILexStylewithin 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
ILexSchemethat owns thisILexStyle.
- SerializationInfo
 Gets or sets an xml representation of this
ILexStyleobject.
- 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
ILexStyleobject.
- ResetBackColor()
 When implemented by a class, resets the
BackColorto the default value.
- ResetFontStyle()
 When implemented by a class, resets the
FontStyleto the default value.
- ResetForeColor()
 When implemented by a class, resets the
ForeColorto the default value.
- ResetPlainText()
 When implemented by a class, resets the
PlainTextto the default value.