FastColoredTextBox.SelectNext Method

T3000 CrossPlatform

FastColoredTextBoxSelectNext Method

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

Selectes next fragment for given regex.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool SelectNext(
	string regexPattern,
	bool backward = false,
	RegexOptions options = RegexOptions.None
)
Public Function SelectNext ( 
	regexPattern As String,
	Optional backward As Boolean = false,
	Optional options As RegexOptions = RegexOptions.None
) As Boolean

Dim instance As FastColoredTextBox
Dim regexPattern As String
Dim backward As Boolean
Dim options As RegexOptions
Dim returnValue As Boolean

returnValue = instance.SelectNext(regexPattern, 
	backward, options)

Parameters

regexPattern
Type: SystemString

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

backward (Optional)
Type: SystemBoolean

[Missing <param name="backward"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.SelectNext(System.String,System.Boolean,System.Text.RegularExpressions.RegexOptions)"]

options (Optional)
Type: System.Text.RegularExpressionsRegexOptions

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.SelectNext(System.String,System.Boolean,System.Text.RegularExpressions.RegexOptions)"]

See Also