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.3+a6f5d4397ec11371a92ffd5b29f2da9844f01c95
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