Range.SetStyle Method (StyleIndex, String, RegexOptions)

T3000 CrossPlatform

RangeSetStyle Method (StyleIndex, 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(
	StyleIndex styleLayer,
	string regexPattern,
	RegexOptions options
)
Public Sub SetStyle ( 
	styleLayer As StyleIndex,
	regexPattern As String,
	options As RegexOptions
)

Dim instance As Range
Dim styleLayer As StyleIndex
Dim regexPattern As String
Dim options As RegexOptions

instance.SetStyle(styleLayer, regexPattern, 
	options)

Parameters

styleLayer
Type: FastColoredTextBoxNSStyleIndex

[Missing <param name="styleLayer"/> documentation for "M:FastColoredTextBoxNS.Range.SetStyle(FastColoredTextBoxNS.StyleIndex,System.String,System.Text.RegularExpressions.RegexOptions)"]

regexPattern
Type: SystemString

[Missing <param name="regexPattern"/> documentation for "M:FastColoredTextBoxNS.Range.SetStyle(FastColoredTextBoxNS.StyleIndex,System.String,System.Text.RegularExpressions.RegexOptions)"]

options
Type: System.Text.RegularExpressionsRegexOptions

[Missing <param name="options"/> documentation for "M:FastColoredTextBoxNS.Range.SetStyle(FastColoredTextBoxNS.StyleIndex,System.String,System.Text.RegularExpressions.RegexOptions)"]

See Also