SearchPattern Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Regex pattern for serach fragment around caret

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public string SearchPattern { get; set; }
Visual Basic
Public Property SearchPattern As String
	Get
	Set
Visual C++
public:
property String^ SearchPattern {
	String^ get ();
	void set (String^ value);
}

See Also