Click or drag to resize

RichTextBoxRowColoringRule Class

The row-coloring condition.
Inheritance Hierarchy
SystemObject
  NLog.Windows.FormsRichTextBoxRowColoringRule

Namespace:  NLog.Windows.Forms
Assembly:  NLog.Windows.Forms (in NLog.Windows.Forms.dll) Version: 5.2.4+61769f974f2d827eeb9ad49a6ae7d02f62cfdccc
Syntax
public class RichTextBoxRowColoringRule

The RichTextBoxRowColoringRule type exposes the following members.

Constructors
  NameDescription
Public methodRichTextBoxRowColoringRule
Initializes a new instance of the RichTextBoxRowColoringRule class.
Public methodRichTextBoxRowColoringRule(String, String, String)
Initializes a new instance of the RichTextBoxRowColoringRule class.
Public methodRichTextBoxRowColoringRule(String, String, String, FontStyle)
Initializes a new instance of the RichTextBoxRowColoringRule class.
Top
Properties
  NameDescription
Public propertyBackgroundColor
Gets or sets the background color.
Public propertyCondition
Gets or sets the condition that must be met in order to set the specified font color.
Public propertyStatic memberDefault
Gets the default highlighting rule. Doesn't change the color.
Public propertyFontColor
Gets or sets the font color.
Public propertyStyle
Gets or sets the font style of matched text.
Top
Methods
  NameDescription
Public methodCheckCondition
Checks whether the specified log event matches the condition (if any).
Top
See Also