







Set style for given regex
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public void SetStyle( Style style, Regex regex ) |
Visual Basic |
---|
Public Sub SetStyle ( _ style As Style, _ regex As Regex _ ) |
Visual C++ |
---|
public: void SetStyle( Style^ style, Regex^ regex ) |
Parameters
- style
- Type: FastColoredTextBoxNS..::..Style
- regex
- Type: System.Text.RegularExpressions..::..Regex