T3000 CrossPlatform Documentation
RangeSetStyle Method (Style, String) |
[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 )
Public Sub SetStyle ( style As Style, regexPattern As String ) Dim instance As Range Dim style As Style Dim regexPattern As String instance.SetStyle(style, regexPattern)
Parameters
- style
- Type: FastColoredTextBoxNSStyle
[Missing <param name="style"/> documentation for "M:FastColoredTextBoxNS.Range.SetStyle(FastColoredTextBoxNS.Style,System.String)"]
- regexPattern
- Type: SystemString
[Missing <param name="regexPattern"/> documentation for "M:FastColoredTextBoxNS.Range.SetStyle(FastColoredTextBoxNS.Style,System.String)"]
See Also