T3000 CrossPlatform Documentation
RangeSetStyle Method (Style, String, RegexOptions) |
[This is preliminary documentation and is subject to change.]
Set style for given regex pattern
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void SetStyle( Style style, string regexPattern, RegexOptions options )
Public Sub SetStyle ( style As Style, regexPattern As String, options As RegexOptions ) Dim instance As Range Dim style As Style Dim regexPattern As String Dim options As RegexOptions instance.SetStyle(style, regexPattern, options)
Parameters
- style
- Type: FastColoredTextBoxNSStyle
[Missing <param name="style"/> documentation for "M:FastColoredTextBoxNS.Range.SetStyle(FastColoredTextBoxNS.Style,System.String,System.Text.RegularExpressions.RegexOptions)"]
- regexPattern
- Type: SystemString
[Missing <param name="regexPattern"/> documentation for "M:FastColoredTextBoxNS.Range.SetStyle(FastColoredTextBoxNS.Style,System.String,System.Text.RegularExpressions.RegexOptions)"]
- options
- Type: System.Text.RegularExpressionsRegexOptions
[Missing <param name="options"/> documentation for "M:FastColoredTextBoxNS.Range.SetStyle(FastColoredTextBoxNS.Style,System.String,System.Text.RegularExpressions.RegexOptions)"]
See Also