Range.SetStyle Method (Style, Regex)

T3000 CrossPlatform

RangeSetStyle Method (Style, Regex)

[This is preliminary documentation and is subject to change.]

Set style for given regex

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void SetStyle(
	Style style,
	Regex regex
)
Public Sub SetStyle ( 
	style As Style,
	regex As Regex
)

Dim instance As Range
Dim style As Style
Dim regex As Regex

instance.SetStyle(style, regex)

Parameters

style
Type: FastColoredTextBoxNSStyle

[Missing <param name="style"/> documentation for "M:FastColoredTextBoxNS.Range.SetStyle(FastColoredTextBoxNS.Style,System.Text.RegularExpressions.Regex)"]

regex
Type: System.Text.RegularExpressionsRegex

[Missing <param name="regex"/> documentation for "M:FastColoredTextBoxNS.Range.SetStyle(FastColoredTextBoxNS.Style,System.Text.RegularExpressions.Regex)"]

See Also